Skip to content

Commit

Permalink
bugfix: force click handler per github
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong committed Jan 18, 2024
1 parent e31972c commit 217e0e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ describe('MultiDatasetVoteSlab - Tests', function() {
cy.stub(Storage, 'getCurrentUser').returns({userId: 100});

cy.get('.table-data').should('not.exist');
cy.get('#show-member-vote-dropdown').click();
cy.get('#show-member-vote-dropdown').click({force: true});
const component = cy.get('.table-data');
component.should('exist');
component.should('contain', 'test1');
Expand Down

0 comments on commit 217e0e2

Please sign in to comment.