harden app files snapshot (#486)

This commit is contained in:
Will Chen
2025-06-24 16:46:40 -07:00
committed by GitHub
parent 87a0de438c
commit fe597db5b3
11 changed files with 507 additions and 507 deletions

View File

@@ -61,7 +61,7 @@ testSkipIfWindows("upgrade app to select component", async ({ po }) => {
await po.expectAppUpgradeButtonIsNotVisible({
upgradeId: "component-tagger",
});
await po.snapshotAppFiles();
await po.snapshotAppFiles({ name: "app-upgraded" });
await po.clickOpenInChatButton();
// There should be another version from the upgrade being committed.
await expect(po.page.getByText("Version 2")).toBeVisible();