Skip to content

Commit

Permalink
Fix E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Aug 27, 2024
1 parent 3e56452 commit bef7035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/snaps/test-snap-jsx.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('Test Snap JSX', function () {
// check for count zero
await driver.waitForSelector({
text: '0',
tag: 'b',
tag: 'p',
});

// click increment twice
Expand All @@ -88,7 +88,7 @@ describe('Test Snap JSX', function () {
// wait for count to be 1
await driver.waitForSelector({
text: '1',
tag: 'b',
tag: 'p',
});
},
);
Expand Down

0 comments on commit bef7035

Please sign in to comment.