Skip to content

Commit

Permalink
remove checkAndClickOnGHloginPopup (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgaar authored Nov 27, 2024
1 parent d907bac commit e8511c2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions e2e-tests/playwright/e2e/github-discovery.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ const test = base.extend<GithubDiscoveryFixture>({
});

test.describe("Github Discovery Catalog", () => {
test.beforeEach(
async ({ page }) => await new Common(page).checkAndClickOnGHloginPopup(),
);

test(`Discover Organization's Catalog`, async ({
catalogPage,
githubApi,
Expand Down
3 changes: 0 additions & 3 deletions e2e-tests/playwright/e2e/github-integration-org-fetch.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ test.describe.serial("GitHub integration with Org data fetching", () => {
common = new Common(page);
await common.loginAsGithubUser();
});
test.beforeEach(
async () => await new Common(page).checkAndClickOnGHloginPopup(),
);

test("Verify that fetching the groups of the first org works", async () => {
await uiHelper.openSidebar("Catalog");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ test.describe.skip('Check RBAC "analytics-provider-segment" plugin', () => {
await uiHelper.verifyHeading("Plugins");
});

test.beforeEach(
async ({ page }) => await new Common(page).checkAndClickOnGHloginPopup(),
);

test("is disabled", async ({ page }) => {
await page
.getByPlaceholder("Filter")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { UIhelper } from "../utils/UIhelper";
import { Common } from "../utils/Common";

test.describe("Verify TLS configuration with external Postgres DB", () => {
test.beforeEach(
async ({ page }) => await new Common(page).checkAndClickOnGHloginPopup(),
);

test("Verify successful DB connection and display of expected entities in the Catalog", async ({
page,
}) => {
Expand Down

0 comments on commit e8511c2

Please sign in to comment.