We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7767934 commit c5e3b18Copy full SHA for c5e3b18
cypress/e2e/item-template.cy.ts
@@ -6,7 +6,7 @@ describe('Item Template', () => {
6
cy.loginViaForm(Cypress.env('DSPACE_TEST_ADMIN_USER'), Cypress.env('DSPACE_TEST_ADMIN_PASSWORD'));
7
});
8
9
- it('It should display the elements with specific texts', () => {
+ it('should load properly', () => {
10
cy.contains('.ds-header-row .lbl-cell', 'Field', { timeout: 10000 }).should('exist').should('be.visible');
11
cy.contains('.ds-header-row b', 'Value', { timeout: 10000 }).should('exist').should('be.visible');
12
cy.contains('.ds-header-row b', 'Lang', { timeout: 10000 }).should('exist').should('be.visible');
0 commit comments