Skip to content

Commit c5e3b18

Browse files
author
Kuno Vercammen
committed
114624: Added small naming fix to e2e test
1 parent 7767934 commit c5e3b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/item-template.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe('Item Template', () => {
66
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
77
});
88

9-
it('It should display the elements with specific texts', () => {
9+
it('should load properly', () => {
1010
cy.contains('.ds-header-row .lbl-cell', 'Field', { timeout: 10000 }).should('exist').should('be.visible');
1111
cy.contains('.ds-header-row b', 'Value', { timeout: 10000 }).should('exist').should('be.visible');
1212
cy.contains('.ds-header-row b', 'Lang', { timeout: 10000 }).should('exist').should('be.visible');

0 commit comments

Comments
 (0)