Skip to content

Commit 418171f

Browse files
committed
chore: prettier
1 parent 61d31e4 commit 418171f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

playwright/tests/common/navigation.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,5 @@ test('I can open Prismic AI documentation by clicking the "Prismic with AI" link
148148
const newTab = await newTabPromise;
149149
await newTab.waitForLoadState();
150150

151-
await expect(newTab).toHaveURL(
152-
"https://prismic.io/docs/ai",
153-
);
151+
await expect(newTab).toHaveURL("https://prismic.io/docs/ai");
154152
});

0 commit comments

Comments
 (0)