Skip to content

Commit

Permalink
#1533 - fix e2e date
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Jul 26, 2023
1 parent 4a5c021 commit d715a0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ describe('DLS - MyDOIs Table', () => {

cy.get('[aria-rowcount="1"]').should('exist');

cy.get('input[id="Publication Date filter from"]').type('2018-06-01');
cy.get('input[id="Publication Date filter from"]').type('2019-01-01');

cy.get('[aria-rowcount="0"]').should('exist');
});
Expand Down

0 comments on commit d715a0d

Please sign in to comment.