From 13be5ae0f741973c22c5270b37f4c109bd427605 Mon Sep 17 00:00:00 2001 From: Arnelle Balane Date: Thu, 8 Feb 2024 18:08:21 +0800 Subject: [PATCH] Remove intentional integration test failure --- .github/workflows/deploy-changes.yml | 2 +- cypress/integration/backgrounds.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-changes.yml b/.github/workflows/deploy-changes.yml index 52708c6..a8af3a3 100644 --- a/.github/workflows/deploy-changes.yml +++ b/.github/workflows/deploy-changes.yml @@ -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 }} diff --git a/cypress/integration/backgrounds.spec.js b/cypress/integration/backgrounds.spec.js index 50d9059..409be19 100644 --- a/cypress/integration/backgrounds.spec.js +++ b/cypress/integration/backgrounds.spec.js @@ -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', () => {