We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581b804 commit 326cb71Copy full SHA for 326cb71
1 file changed
tests/src/end-to-end/basics/basicblocks.test.ts
@@ -7,9 +7,9 @@ test.beforeEach(async ({ page }) => {
7
await page.goto(BASIC_BLOCKS_URL);
8
});
9
10
+// Skip due to flaky timeout on locator.click
11
test.describe.skip("Check basic text block appearance", () => {
- // Skip due to flaky timeout on locator.click
12
- test("Check basic text block appearance", async ({ page }) => {
+ test("renders correctly", async ({ page }) => {
13
focusOnEditor(page);
14
await page.waitForTimeout(500);
15
0 commit comments