Unverified 提交 83eb7213 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Switch apps e2e (#317)

上级 81345153
import { test } from "./helpers/test_helper";
import { expect } from "@playwright/test";
test("switch apps", async ({ po }) => {
await po.setUp();
await po.sendPrompt("hi");
const firstAppName = await po.getCurrentAppName();
await po.goToAppsTab();
await po.sendPrompt("second-app");
const secondAppName = await po.getCurrentAppName();
expect(secondAppName).not.toBe(firstAppName);
});
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论