Skip to content

Commit

Permalink
chore: update e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Aug 23, 2024
1 parent f577382 commit 9d2e1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/explore-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { test, expect } from "@playwright/test";

test("Loads explore dashboard page", async ({ page }) => {
await page.goto("/explore/topic/javascript");
await expect(page.getByRole("complementary", { name: "pull request highlights", exact: true })).toBeVisible();
await expect(page.getByRole("button", { name: "Connect with GitHub", exact: true })).toBeVisible();
});

0 comments on commit 9d2e1f8

Please sign in to comment.