Skip to content

Commit 326cb71

Browse files
committed
fix: rename test to avoid duplicate title lint error
1 parent 581b804 commit 326cb71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/src/end-to-end/basics/basicblocks.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ test.beforeEach(async ({ page }) => {
77
await page.goto(BASIC_BLOCKS_URL);
88
});
99

10+
// Skip due to flaky timeout on locator.click
1011
test.describe.skip("Check basic text block appearance", () => {
11-
// Skip due to flaky timeout on locator.click
12-
test("Check basic text block appearance", async ({ page }) => {
12+
test("renders correctly", async ({ page }) => {
1313
focusOnEditor(page);
1414
await page.waitForTimeout(500);
1515

0 commit comments

Comments
 (0)