[CST-15592] add accessibility tests for:

Admin Notifications Publication Claim
Admin Search Page
Bulk Access
Create Group
Metadata Registry

(cherry picked from commit 85e486438a)
This commit is contained in:
FrancescoMolinaro
2024-07-22 15:47:13 +02:00
committed by github-actions[bot]
parent c3273c8d5e
commit 5e9cca1399
15 changed files with 100 additions and 19 deletions

View File

@@ -1,9 +1,8 @@
import { testA11y } from 'cypress/support/utils';
describe('Processes Overview', () => {
// 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('/processes');
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
});