mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-20 12:26:20 +02:00
✨ Use dialogs to finalize and duplicate polls (#1099)
This commit is contained in:
parent
dee3e1b7d0
commit
2185ec5b83
17 changed files with 442 additions and 397 deletions
|
@ -35,7 +35,7 @@ test.describe.serial(() => {
|
|||
const manageButton = page.getByText("Manage");
|
||||
await manageButton.waitFor();
|
||||
await manageButton.click();
|
||||
await page.click("text=Delete poll");
|
||||
await page.click("text=Delete");
|
||||
|
||||
const deletePollDialog = page.getByRole("dialog");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue