diff --git a/airbyte-webapp-e2e-tests/cypress/integration/source.spec.ts b/airbyte-webapp-e2e-tests/cypress/integration/source.spec.ts index 234f74744978..995039304486 100644 --- a/airbyte-webapp-e2e-tests/cypress/integration/source.spec.ts +++ b/airbyte-webapp-e2e-tests/cypress/integration/source.spec.ts @@ -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();