Skip to content

Commit

Permalink
Fix E2E tests (#2911)
Browse files Browse the repository at this point in the history
  • Loading branch information
balanza authored Aug 20, 2024
1 parent 74ceec7 commit 5e143d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cypress/e2e/activity_log.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ context('Activity Log page', () => {
cy.get('input[type="datetime-local"]:first').type('2024-08-14T10:21');

cy.contains('Filter newer than').click();
cy.get('input[type="datetime-local"]:last').type('2024-08-13T10:21');
cy.get('input[type="datetime-local"]:first').type('2024-08-13T10:21');

cy.contains('Filter Resource type').click();
cy.contains('Login Attempt').click();
Expand Down

0 comments on commit 5e143d4

Please sign in to comment.