Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jun 30, 2024
1 parent a16b612 commit b0ea67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ describe('Extension E2E Tests', () => {

expect(saveSeedText).toBeTruthy();

console.log('Finding Export button');
const exportButton = await findButtonOnSetupPage('Export');
console.log('Finding Save button');
const exportButton = await findButtonOnSetupPage('Save');

console.log('Clicking Export button');
exportButton.click();
Expand Down

0 comments on commit b0ea67f

Please sign in to comment.