Skip to content

Commit

Permalink
Fix E2E
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Oct 21, 2024
1 parent 9cd6ba1 commit 288f986
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/e2e/snaps/test-snap-siginsights.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@ describe('Test Snap Signature Insights', function () {
tag: 'p',
});

// click down arrow
await driver.waitForSelector({
text: 'Signature Insights Example Snap',
tag: 'span',
});
await driver.clickElement({
text: 'Signature Insights Example Snap',
tag: 'span',
});

// look for returned signature insights data
await driver.waitForSelector({
text: '0x4578616d706c652060706572736f6e616c5f7369676e60206d657373616765',
Expand Down

0 comments on commit 288f986

Please sign in to comment.