Skip to content

Commit

Permalink
#242: disable oauth tests on check-in for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Sep 30, 2024
1 parent b74e94e commit 4015922
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-and-test-oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 4015922

Please sign in to comment.