fix content type builder cypress test: add contains

This commit is contained in:
aDeve 2018-12-12 13:56:21 +01:00
parent a401739405
commit e13d0d4174

View File

@ -152,7 +152,7 @@ describe('Test CTB', () => {
cy.get('#attributesList li')
.first()
.should('have.text', 'updatedNameString');
.contains('updatedName'); // Yield el in .nav containing 'About'
cy.get('button#saveData')
.click()