Skip to content

Commit

Permalink
manualy refresh result list
Browse files Browse the repository at this point in the history
  • Loading branch information
szwarckonrad committed Apr 18, 2023
1 parent 7c9043f commit c54509b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ describe('Isolate command', () => {
closeAllToasts();
cy.getByTestSubj('adminSearchBar')
.click()
.type('united.endpoint.Endpoint.state.isolation: true {enter}');
.type('united.endpoint.Endpoint.state.isolation: true');
cy.getByTestSubj('querySubmitButton').click();
cy.contains('Showing 2 endpoints');
cy.getByTestSubj('endpointListTable').within(() => {
cy.get('tbody tr').each(($tr) => {
cy.wrap($tr).within(() => {
Expand Down

0 comments on commit c54509b

Please sign in to comment.