Make wait extra long for preview pick element (#488)

This commit is contained in:
Will Chen
2025-06-24 22:22:23 -07:00
committed by GitHub
parent ed4ec1ef58
commit 64ae18b34b

View File

@@ -367,7 +367,7 @@ export class PageObject {
async clickPreviewPickElement() {
await this.page
.getByTestId("preview-pick-element-button")
.click({ timeout: Timeout.LONG });
.click({ timeout: Timeout.EXTRA_LONG });
}
async clickDeselectComponent() {