Skip to content

Commit

Permalink
test: Change locator
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeelaudibert committed Jan 21, 2025
1 parent 197f66a commit 85d1948
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ const meta: Meta = {
testOptions: {
includeNavigationInSnapshot: true,
waitForLoadersToDisappear: true,
waitForSelector: [
'[data-attr=trend-line-graph] > canvas',
'[data-attr=web-analytics-live-user-count] > svg',
],
waitForSelector: ['[data-attr=trend-line-graph] > canvas', '[data-attr=web-analytics-live-user-count]'],
},
},
decorators: [
Expand Down

0 comments on commit 85d1948

Please sign in to comment.