Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Sep 15, 2024
1 parent 63ff2f8 commit 8759309
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions e2e/addFirstTabset.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ test('first tabset', async ({page, extensionId, context}) => {
await expansionItem.hover()
await expansionItem.click()

await expansionItem.hover()
await expansionItem.click()

const skysailMenu = page.locator('[data-testid=menu_23]')
await skysailMenu.click()

await expansionItem.hover()
await expansionItem.click()
// await expansionItem.hover()
// await expansionItem.click()
//
// const skysailMenu = page.locator('[data-testid=menu_23]')
// await skysailMenu.click()
//
// await expansionItem.hover()
// await expansionItem.click()

//await expect(page.locator('body')).toHaveText('my-extension popup');
});

0 comments on commit 8759309

Please sign in to comment.