Skip to content

Commit 9b5ff8e

Browse files
committed
refactor: removed blank line
1 parent b77cb98 commit 9b5ff8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/studio-web/tests/test-commands.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ export const testMakeAReadAlong = async (page: Page) => {
5555
.getByTestId("ra-subheader")
5656
.fill("by me", { force: true, timeout: 0 });
5757
await expect(page.getByTestId("ra-subheader")).toHaveValue("by me");
58-
//add translations
5958

59+
//add translations
6060
await page.locator("#t0b0d0p0s0").getByRole("button").click({ timeout: 0 });
61-
6261
await page.locator("#t0b0d0p0s1").getByRole("button").click({ timeout: 0 });
6362
await page.locator("#t0b0d0p1s0").getByRole("button").click({ timeout: 0 });
6463

0 commit comments

Comments
 (0)