From 401592283338e2cd9b0fd1375835804644341e1d Mon Sep 17 00:00:00 2001 From: Dima May Date: Mon, 30 Sep 2024 12:49:03 +0000 Subject: [PATCH] #242: disable oauth tests on check-in for now --- .github/workflows/build-and-test-oauth.yml | 20 +++++++++---------- .../cypress/e2e/navigation_specs.js | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-and-test-oauth.yml b/.github/workflows/build-and-test-oauth.yml index cfc0743f..3efd56f4 100644 --- a/.github/workflows/build-and-test-oauth.yml +++ b/.github/workflows/build-and-test-oauth.yml @@ -3,16 +3,16 @@ name: Continuous Integration with OAuth on: - push: - paths-ignore: - - 'README.md' - - .github/workflows/skills-service-backward-compat.yml - - .github/workflows/client-libs-backward-compat.yml - pull_request: - paths-ignore: - - 'README.md' - - .github/workflows/skills-service-backward-compat.yml - - .github/workflows/client-libs-backward-compat.yml +# push: +# paths-ignore: +# - 'README.md' +# - .github/workflows/skills-service-backward-compat.yml +# - .github/workflows/client-libs-backward-compat.yml +# pull_request: +# paths-ignore: +# - 'README.md' +# - .github/workflows/skills-service-backward-compat.yml +# - .github/workflows/client-libs-backward-compat.yml schedule: - cron: '0 7 * * *' workflow_dispatch: diff --git a/skills-client-integration/skills-int-e2e-test/cypress/e2e/navigation_specs.js b/skills-client-integration/skills-int-e2e-test/cypress/e2e/navigation_specs.js index 1c30a09f..3c92e646 100644 --- a/skills-client-integration/skills-int-e2e-test/cypress/e2e/navigation_specs.js +++ b/skills-client-integration/skills-int-e2e-test/cypress/e2e/navigation_specs.js @@ -83,6 +83,7 @@ context("Navigation Tests", () => { // to subject page cy.cdClickSubj(0, 'Subject 0'); + cy.clientDisplay().find(selectors.titleSection).find(selectors.backButton).should('not.exist') // navigate to Rank Overview and that it does NOT contains the internal back button cy.clientDisplay().find(selectors.myRankButton).click()