We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647bf4f commit 4ddefe4Copy full SHA for 4ddefe4
cypress/e2e/my-dspace.cy.ts
@@ -119,7 +119,7 @@ describe('My DSpace page', () => {
119
// Open the New Import dropdown
120
cy.get('button[data-test="import-dropdown"]').click();
121
// Click on the "Item" type in that dropdown
122
- cy.get('#importControlsDropdownMenu button[title="Equipment"]').click();
+ cy.get('#importControlsDropdownMenu button[title="Funding"]').click();
123
124
// New URL should include /import-external, as we've moved to the import page
125
cy.url().should('include', '/import-external');
0 commit comments