Skip to content

Commit

Permalink
chain assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Nov 26, 2024
1 parent ed933a1 commit 117565d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,10 @@ describe('Service Overview', () => {
cy.wait(aliasNames);

cy.getByTestSubj('environmentFilter').find('input').click();
cy.getByTestSubj('comboBoxOptionsList environmentFilter-optionsList').should('be.visible');
cy.getByTestSubj('comboBoxOptionsList environmentFilter-optionsList')
.should('be.visible')
.contains('button', 'production')
.click();
.click({ force: true });

cy.expectAPIsToHaveBeenCalledWith({
apisIntercepted: aliasNames,
Expand Down

0 comments on commit 117565d

Please sign in to comment.