Unverified 提交 13d3a9e6 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

fix test naming (#2097)

<!-- CURSOR_SUMMARY --> > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit a2045f4029fc01b7555548f691fddc40959d485d. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
上级 3e426802
import { PageObject, testSkipIfWindows, Timeout } from "./helpers/test_helper"; import { PageObject, testSkipIfWindows, Timeout } from "./helpers/test_helper";
import { expect } from "@playwright/test"; import { expect } from "@playwright/test";
const runUndoTest = async (po: PageObject, disableNativeGit: boolean) => { const runUndoTest = async (po: PageObject, nativeGit: boolean) => {
await po.setUp({ autoApprove: true, disableNativeGit }); await po.setUp({ autoApprove: true, disableNativeGit: !nativeGit });
await po.sendPrompt("tc=write-index"); await po.sendPrompt("tc=write-index");
await po.sendPrompt("tc=write-index-2"); await po.sendPrompt("tc=write-index-2");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论