Skip to content

Commit

Permalink
fix cypress test about refactor in [#1257]
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeAccorsi authored and inkhey committed Dec 12, 2018
1 parent 2d64edc commit 15ff75d
Showing 1 changed file with 6 additions and 6 deletions.
Expand Up @@ -10,11 +10,11 @@ describe('content :: workspace > dashbord', function () {
cy.visit('/ui/workspaces/1/dashboard')
})

it('dashboard__workspaceInfo > activity', function () {
cy.get('.activity .activity__header__title').should('be.visible')
cy.get('.activity .activity__header__allread').should('be.visible')
cy.get('.activity .activity__wrapper').should('be.visible')
cy.get('.activity .activity__wrapper .activity__empty').should('be.visible')
cy.get('.activity .activity__wrapper button.activity__more__btn').should('be.visible')
it('dashboard__workspaceInfo > recentactivity', function () {
cy.get('.recentactivity .recentactivity__header__title').should('be.visible')
cy.get('.recentactivity .recentactivity__header__allread').should('be.visible')
cy.get('.recentactivity .recentactivity__list').should('be.visible')
cy.get('.recentactivity .recentactivity__list .recentactivity__empty').should('be.visible')
cy.get('.recentactivity .recentactivity__list button.recentactivity__more__btn').should('be.visible')
})
})

0 comments on commit 15ff75d

Please sign in to comment.