There was an error while loading. Please reload this page.
1 parent 9499334 commit a6de76fCopy full SHA for a6de76f
1 file changed
cypress/e2e/collection-page.cy.ts
@@ -1,6 +1,6 @@
1
import { testA11y } from 'cypress/support/utils';
2
3
-const COLLECTION_PAGE = '/collections/'.concat(Cypress.env('DSPACE_TEST_COLLECTION'));
+const COLLECTION_PAGE = '/collections/'.concat(Cypress.expose('DSPACE_TEST_COLLECTION'));
4
const LOGIN_PAGE = '/login';
5
6
describe('Collection Page', () => {
0 commit comments