Unverified 提交 0229f47f authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

another undo (#302)

上级 c0adf8d3
......@@ -22,4 +22,13 @@ test("undo", async ({ po }) => {
// Also, could be slow.
timeout: 15_000,
});
await po.clickUndo();
await expect(
iframe.contentFrame().getByText("Welcome to Your Blank App"),
).toBeVisible({
// Also, could be slow.
timeout: 15_000,
});
});
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论