Update notification flow (#548)

This commit is contained in:
Luke Vella 2023-03-11 10:41:29 +00:00 committed by GitHub
parent cb1fb23b19
commit 39a07558ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 930 additions and 520 deletions

View file

@ -1,6 +1,6 @@
import { expect, test } from "@playwright/test";
test.describe("Edit options", () => {
test.describe("edit options", () => {
test("should show warning when deleting options with votes in them", async ({
page,
}) => {