Skip to content

Commit

Permalink
test: remove line that causes tests to fail locally
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Oct 4, 2023
1 parent a591b6f commit 0a07a79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/integration/dimensions/data.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
expectSubGroupSelectToBeVisible,
expectSubGroupSelectToBe,
switchSubGroupTo,
expectSourceToBeLoading,
expectSourceToNotBeLoading,
unselectAllItemsByButton,
selectAllItemsByButton,
Expand Down Expand Up @@ -439,7 +438,6 @@ describe('Data dimension', () => {
cy.intercept('GET', DATA_ITEMS_URL).as('**/dataItems*')
}
switchDataTypeToAll()
expectSourceToBeLoading()
cy.wait('@**/dataItems*').then(({ request, response }) => {
expect(request.url).to.contain('page=1')
expect(response.statusCode).to.eq(200)
Expand Down

0 comments on commit 0a07a79

Please sign in to comment.