Skip to content

Commit

Permalink
prettier update
Browse files Browse the repository at this point in the history
  • Loading branch information
Megha-Dev-19 committed Dec 18, 2023
1 parent 32e5d57 commit 6f493b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions playwright-tests/tests/community.spec.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { test, expect } from "@playwright/test";

test("should load a community page if handle exists", async ({ page }) => {
await page.goto(
"/devhub.near/widget/app?page=community&handle=devhub-test"
);
await page.goto("/devhub.near/widget/app?page=community&handle=devhub-test");

// Using the <Link> that wraps the tabs to identify a community page loaded
const communityTabSelector = `a[href^="/devhub.near/widget/app?page=community&handle=devhub-test&tab="]`;
Expand Down

0 comments on commit 6f493b4

Please sign in to comment.