Skip to content

Commit d8e5022

Browse files
committed
Merge branch 'improvement/ARTESCA-16953-bump-core-ui' into tmp/octopus/w/133.0/improvement/ARTESCA-16953-bump-core-ui
2 parents 912d56b + ec25284 commit d8e5022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/cypress/e2e/volume/volumelist.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('Volume list', () => {
3434
cy.visit('/volumes');
3535
// The application re-renders, it's possible the element we're interacting with has become "dead"
3636
// cy... failed because the element has been detached from the DOM
37-
cy.findAllByLabelText('Check-circle status healthy');
37+
cy.findAllByLabelText('status healthy');
3838
cy.findByRole('gridcell', {
3939
name: UNHEALTHY_VOLUME_NAME,
4040
}).click({ force: true });
@@ -68,7 +68,7 @@ describe('Volume list', () => {
6868
it('updates url query param with the search input', () => {
6969
cy.visit('/volumes/master-1-prometheus/overview');
7070
//E
71-
cy.findAllByLabelText('Check-circle status healthy');
71+
cy.findAllByLabelText('status healthy');
7272
cy.findByText(/delete volume/i);
7373
cy.findByRole('searchbox').type('hello');
7474
//V

0 commit comments

Comments
 (0)