Extract panel header to title bar (#625)

This commit is contained in:
Will Chen
2025-07-10 16:37:05 -07:00
committed by GitHub
parent 5f3dea6180
commit 4b84b12fe3
6 changed files with 253 additions and 237 deletions

View File

@@ -484,6 +484,10 @@ export class PageObject {
return this.page.getByText("Loading app preview...");
}
locateStartingAppPreview() {
return this.page.getByText("Starting up your app...");
}
getPreviewIframeElement() {
return this.page.getByTestId("preview-iframe-element");
}