Skip to content

Commit

Permalink
Assert that deregistered Host is removed from Hosts List
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-suse committed Jul 20, 2023
1 parent c75014f commit 101ff08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/cypress/e2e/host_details.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ context('Host Details', () => {

cy.get('@modal').should('not.exist');
cy.url().should('eq', cy.config().baseUrl + '/hosts');
cy.get(`#host-${selectedHost.agentId}`).should('not.exist');
});
});
});
Expand Down

0 comments on commit 101ff08

Please sign in to comment.