web: run all tests

This commit is contained in:
Abdullah Atta
2022-12-06 11:03:13 +05:00
parent 4ac9bb2d9b
commit c28ef94cf1

View File

@@ -120,7 +120,7 @@ test("pressing Enter should open focused note", async ({ page }) => {
expect(await notes.editor.getTitle()).toBe(await notesList[2].getTitle());
});
test.only("pressing Shift+ArrowDown should select next note", async ({ page }) => {
test("pressing Shift+ArrowDown should select next note", async ({ page }) => {
const { notesList, notes } = await populateList(page);
await notes.focus();