mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
web: fix delete all notes in topic test
This commit is contained in:
committed by
Abdullah Atta
parent
8b4270f7df
commit
8f4bd20253
@@ -36,7 +36,7 @@ export class NotesViewModel extends BaseViewModel {
|
||||
super(page, pageId, pageId === "home" ? "home" : "notes");
|
||||
this.createButton = page.locator(
|
||||
// TODO:
|
||||
getTestId(`${pageId === "notebook" ? "notebook" : "notes"}-action-button`)
|
||||
getTestId(`notes-action-button`)
|
||||
);
|
||||
this.editor = new EditorModel(page);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user