Skip to content

Commit a6de76f

Browse files
committed
Removed deprecated Cypres.env() method.
1 parent 9499334 commit a6de76f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/collection-page.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { testA11y } from 'cypress/support/utils';
22

3-
const COLLECTION_PAGE = '/collections/'.concat(Cypress.env('DSPACE_TEST_COLLECTION'));
3+
const COLLECTION_PAGE = '/collections/'.concat(Cypress.expose('DSPACE_TEST_COLLECTION'));
44
const LOGIN_PAGE = '/login';
55

66
describe('Collection Page', () => {

0 commit comments

Comments
 (0)