Skip to content

Commit

Permalink
This 'should' work
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocoldwell authored and ob6160 committed Jul 13, 2023
1 parent 1e36d23 commit 1ef1be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/desktop/add.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe('Adding new toilets to the platform', () => {
//If user now opens a previously closed days hours, they will have no value
cy.get('[name=wednesday-is-open]').click();
cy.get('[name=wednesday-opens]').should('have.value', '');
cy.get('[name=wednesday-closes]').contains('have.value', '');
cy.get('[name=wednesday-closes]').should('have.value', '');

//If user disables edit all hours, disables editing
cy.get('[name=edit-all-day-hours]').click();
Expand Down

1 comment on commit 1ef1be6

@vercel
Copy link

@vercel vercel bot commented on 1ef1be6 Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.