Skip to content

Commit

Permalink
ci: fix screenshot test reports (#5053)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Aug 7, 2023
1 parent 5953a39 commit d54bb9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
env:
CYPRESS_failOnSnapshotDiff: 0
CYPRESS_API_URL: http://localhost:1234/
PLAYWRIGHT_SNAPSHOTS_PATH: /projects/demo-playwright/tests-results
CYPRESS_SNAPSHOTS_PATH: /projects/demo-cypress/cypress/snapshots
PLAYWRIGHT_SNAPSHOTS_PATH: ./projects/demo-playwright/tests-results
CYPRESS_SNAPSHOTS_PATH: ./projects/demo-cypress/cypress/snapshots

jobs:
build-demo:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {map} from 'rxjs/operators';
encapsulation,
})
export class TuiMobileCalendarExample1 {
private readonly control = new FormControl(new TuiDay(2024, 10, 3));
private readonly control = new FormControl(new TuiDay(2024, 5, 3));

private readonly dialog$: Observable<TuiDay>;

Expand Down

0 comments on commit d54bb9e

Please sign in to comment.