Skip to content

Commit

Permalink
cypress 04a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
utku-ozturk committed Feb 13, 2024
1 parent 2ca868c commit f4c4877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ describe('Deployment/CI Search View Tests', function () {
cy.get("a#search-menu-item").click().end()
.get('form.navbar-search-form-container button#search-item-type-selector').click().end()
.get('form.navbar-search-form-container div.dropdown-menu a[data-key="ExperimentSetReplicate"]').click().end()
.get('input[name="q"]').focus().type('mouse').end()
.get('input[name="q"]').focus().type('mouse').should('have.value', 'mouse').end()
.get(".btn.btn-outline-light.w-100[data-id='global-search-button']").click().end()
.get('#slow-load-container').should('not.have.class', 'visible').end()
.get('#page-title-container .page-title').should('contain', 'Data Browser').end() // Make sure we got redirected to /browse/. We may or may not have results here depending on if on local and logged out or not.
Expand Down

0 comments on commit f4c4877

Please sign in to comment.