[CST-15592] add accessibility tests for:

Admin Notifications Publication Claim
Admin Search Page
Bulk Access
Create Group
Metadata Registry
This commit is contained in:
FrancescoMolinaro
2024-07-22 15:47:13 +02:00
parent a0e3c41be6
commit 85e486438a
15 changed files with 100 additions and 19 deletions

View File

@@ -1,9 +1,8 @@
import { testA11y } from 'cypress/support/utils';
describe('Create Eperson', () => {
// NOTE: these tests currently assume this query will return results!
beforeEach(() => {
// Must login as an Admin to see processes
// Must login as an Admin to see the page
cy.visit('/access-control/epeople/create');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});