commit upgrade (#391)

This commit is contained in:
Will Chen
2025-06-11 15:42:10 -07:00
committed by GitHub
parent 007e0b2f22
commit 99e6592abc
3 changed files with 31 additions and 2 deletions

View File

@@ -61,6 +61,8 @@ testSkipIfWindows("upgrade app to select component", async ({ po }) => {
await po.expectNoAppUpgrades();
await po.snapshotAppFiles();
await po.clickOpenInChatButton();
// There should be another version from the upgrade being committed.
await expect(po.page.getByText("Version 2")).toBeVisible();
await po.clickPreviewPickElement();