Skip to content

Commit

Permalink
Remove intentional integration test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Feb 8, 2024
1 parent d1a0093 commit 13be5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v4
- uses: cypress-io/github-action@v6
with:
# record: true
record: true
browser: chrome
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/backgrounds.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('backgrounds', () => {
cy.get('[data-cy="settings-form-submit-btn"]').click();
cy.reload();

cy.get('body').should('have.attr', 'not.data-background');
cy.get('body').should('have.attr', 'data-background');
});

it('can specify custom unsplash image as background image', () => {
Expand Down

0 comments on commit 13be5ae

Please sign in to comment.