mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: run all tests
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user