mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
mobile: fix failing tests
This commit is contained in:
@@ -27,7 +27,6 @@ describe("APP LAUNCH AND NAVIGATION", () => {
|
||||
it("Basic navigation should work", async () => {
|
||||
await prepare();
|
||||
await navigate("Notebooks");
|
||||
await tapByText("Skip introduction");
|
||||
await sleep(500);
|
||||
await navigate("Favorites");
|
||||
await navigate("Trash");
|
||||
|
||||
@@ -120,7 +120,7 @@ describe("NOTEBOOKS", () => {
|
||||
await visibleByText(note.body);
|
||||
});
|
||||
|
||||
it.only("Add new topic to notebook", async () => {
|
||||
it("Add new topic to notebook", async () => {
|
||||
await prepare();
|
||||
await navigate("Notebooks");
|
||||
await sleep(500);
|
||||
@@ -133,7 +133,6 @@ describe("NOTEBOOKS", () => {
|
||||
await elementById("input-title").typeText("Topic");
|
||||
await tapByText("Add");
|
||||
await sleep(500);
|
||||
await tapByText("Topic");
|
||||
});
|
||||
|
||||
it("Edit topic", async () => {
|
||||
|
||||
Reference in New Issue
Block a user