Skip to content
Snippets Groups Projects
Commit 8358b4c0 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

update: fixing test

parent 7e8585cf
No related branches found
No related tags found
1 merge request!255update: testing to remove some explicit clearCache
Pipeline #9147 canceled with stage
in 5 minutes and 59 seconds
......@@ -9,7 +9,7 @@ context('Window', () => {
it('check heading', () => {
cy.get(
'#public-resource-list sib-form > sib-form-dropdown[name=format] select > option:nth-child(2)',
'#public-resource-list solid-form > solid-form-dropdown-label[name=format] select > option:nth-child(2)',
).should('have.text', 'PDF');
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment