mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
ci: faster debug build
This commit is contained in:
@@ -103,6 +103,8 @@ async function checkNoteLocked(noteSelector) {
|
||||
async function checkNoteColored(noteSelector) {
|
||||
await openContextMenu(noteSelector);
|
||||
|
||||
await page.waitForTimeout(500);
|
||||
|
||||
await expect(
|
||||
isPresent(Menu.new("menuitem").colorCheck("red").build())
|
||||
).resolves.toBeTruthy();
|
||||
|
||||
Reference in New Issue
Block a user