Skip to content

Commit

Permalink
un-xit the published test
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Dec 22, 2022
1 parent 7797b0d commit 1d4dc8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('Dashboards filters', () => {
cy.getBySel('styled-card').should('exist');
});

xit('should filter by published correctly', () => {
it('should filter by published correctly', () => {
setFilter('Status', 'Published');
cy.getBySel('styled-card').should('have.length', 3);
setFilter('Status', 'Draft');
Expand Down

0 comments on commit 1d4dc8e

Please sign in to comment.