Skip to content

Commit

Permalink
enable test due to bug fixing (#20157)
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiiaZaitseva authored Dec 12, 2022
1 parent f05ac16 commit da6a015
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions airbyte-webapp-e2e-tests/cypress/integration/source.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ describe("Unsaved changes modal", () => {
);
});

// BUG - https://github.com/airbytehq/airbyte/issues/18246
it.skip("Check leaving Source page after failing testing", () => {
it("Check leaving Source page after failing testing", () => {
cy.intercept("/api/v1/scheduler/sources/check_connection").as("checkSourceUpdateConnection");

goToSourcePage();
Expand Down

0 comments on commit da6a015

Please sign in to comment.