mirror of
https://github.com/strapi/strapi.git
synced 2025-09-19 13:31:34 +00:00
fix content type builder cypress test: add contains
This commit is contained in:
parent
a401739405
commit
e13d0d4174
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user