Skip to content

Commit

Permalink
tests: fix cron job acc test (#3526)
Browse files Browse the repository at this point in the history
* tests: fix cron job acc test

* adjust acc workflow

* adjust acc workflow
  • Loading branch information
mrCherry97 authored Dec 12, 2024
1 parent 0742417 commit c20029c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/accessibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Accessibility Tests
on:
schedule:
- cron: "0 6 * * 1"
pull_request_target:
types: [opened, edited, synchronize, reopened, ready_for_review]
paths:
- ".github/workflows/accessibility-tests.yml"
- "tests/integration/tests/accessibility/**"
- "tests/integration/support/**"

jobs:
run-accessibility-tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ context('Accessibility test Cron Jobs', () => {
.clear()
.type('*', { force: true });

cy.get(
'[aria-label="Schedule: At 12:00 AM, on day 1 of the month, expanded"]',
cy.contains(
'ui5-label',
'Schedule: At 12:00 AM, on day 1 of the month',
).click();

cy.contains('Command').click();
Expand Down

0 comments on commit c20029c

Please sign in to comment.