|
|
|
|
33
|
it ('all content > header button ', function () {
|
33
|
it ('all content > header button ', function () {
|
34
|
var titre2='all content button'
|
34
|
var titre2='all content button'
|
35
|
cy.url().should('include', '/workspaces/1/contents')
|
35
|
cy.url().should('include', '/workspaces/1/contents')
|
36
|
- cy.get('.workspace__header__btnaddcontent').should('be.visible')
|
|
|
37
|
- cy.get('.workspace__header__btnaddcontent').click()
|
|
|
|
|
36
|
+ cy.get('.workspace__header__btnaddcontent__label').should('be.visible')
|
|
|
37
|
+ cy.get('.workspace__header__btnaddcontent__label').click()
|
38
|
cy.get('.workspace__header__btnaddcontent__setting div:nth-child(4).subdropdown__link').click()
|
38
|
cy.get('.workspace__header__btnaddcontent__setting div:nth-child(4).subdropdown__link').click()
|
39
|
cy.get('.createcontent .createcontent__contentname').should('be.visible')
|
39
|
cy.get('.createcontent .createcontent__contentname').should('be.visible')
|
40
|
cy.get('.createcontent .createcontent__form__input').should('have.attr', 'placeholder')
|
40
|
cy.get('.createcontent .createcontent__form__input').should('have.attr', 'placeholder')
|