Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Oct 23, 2024
1 parent 4af935c commit b834e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/snaps/test-snap-siginsights.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ describe('Test Snap Signature Insights', function () {

// switch back to MetaMask window and switch to tx insights pane
await driver.switchToWindowWithTitle(WINDOW_TITLES.Dialog);
await driver.clickElement('[data-testid="sectionCollapsibleButton"]');

// wait for information from signature request screen
await driver.waitForSelector({
Expand Down Expand Up @@ -152,6 +153,7 @@ describe('Test Snap Signature Insights', function () {

// switch back to MetaMask window and switch to tx insights pane
await driver.switchToWindowWithTitle(WINDOW_TITLES.Dialog);
await driver.clickElement('[data-testid="sectionCollapsibleButton"]');

// click down arrow
await driver.clickElementSafe('[aria-label="Scroll down"]');
Expand Down

0 comments on commit b834e33

Please sign in to comment.