mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-22 02:37:23 +02:00
♻️ Remove headlessui (#1124)
This commit is contained in:
parent
efa4f03353
commit
e9fb86516d
12 changed files with 182 additions and 327 deletions
|
@ -26,7 +26,8 @@ test.describe("edit options", () => {
|
|||
editOptionsPage.switchToSpecifyTimes();
|
||||
|
||||
await page.click("text='12:00 PM'");
|
||||
await page.click("text='1:00 PM'");
|
||||
const listbox = page.getByRole("listbox");
|
||||
listbox.getByText("1:00 PM", { exact: true }).click();
|
||||
await page.getByRole("button", { name: "Save" }).click();
|
||||
await expect(page.locator('text="Are you sure?"')).toBeVisible();
|
||||
await page.click("text='Delete'");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue