Skip to content

Commit

Permalink
remove skipped intermediary step in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen4 committed Dec 13, 2023
1 parent 77c9b32 commit 8d84e06
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions web/tests/e2e/drop-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ test('should drop a text secret from one page session to another', async ({
timeout: 20_000,
});

await expect(
dropperPage.getByRole('heading', {
name: 'finish your deadrop',
}),
).toBeVisible({
timeout: 10_000,
});

await dropperPage.locator(`#${DROP_SECRET_BTN_ID}`).click();

return grabberPage.locator(`#${DROP_SECRET_VALUE_ID}`).innerHTML();
});

Expand Down

0 comments on commit 8d84e06

Please sign in to comment.