another undo (#302)
This commit is contained in:
@@ -22,4 +22,13 @@ test("undo", async ({ po }) => {
|
|||||||
// Also, could be slow.
|
// Also, could be slow.
|
||||||
timeout: 15_000,
|
timeout: 15_000,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
await po.clickUndo();
|
||||||
|
|
||||||
|
await expect(
|
||||||
|
iframe.contentFrame().getByText("Welcome to Your Blank App"),
|
||||||
|
).toBeVisible({
|
||||||
|
// Also, could be slow.
|
||||||
|
timeout: 15_000,
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user