Skip to content

Commit

Permalink
Miawong/sc 116932/improved disaster recovery for ec ux (#5070)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Andrew Lavery <[email protected]>
  • Loading branch information
miaawong and laverya authored Jan 15, 2025
1 parent 8d595bf commit 3d0a09a
Show file tree
Hide file tree
Showing 4 changed files with 524 additions and 337 deletions.
3 changes: 2 additions & 1 deletion e2e/playwright/tests/@smoke-test/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ test("smoke test", async ({ page }) => {
.click();
await page.locator(".SnapshotRow--wrapper").click();
await expect(page.locator("#app")).toContainText("Snapshot timeline");
await page.getByText("Infrastructure", { exact: true }).click();
await page.getByText("View logs").click();
await expect(page.locator(".view-lines")).toContainText("level=info");
await page.getByRole("button", { name: "Ok, got it!" }).click();
Expand Down Expand Up @@ -344,4 +345,4 @@ const validateDeployLogs = async (page, expect) => {
await page.getByText("applyStdout").click();
await expect(page.locator(".view-lines")).toContainText("created");
await page.getByRole("button", { name: "Ok, got it!" }).click();
};
};
Loading

0 comments on commit 3d0a09a

Please sign in to comment.