Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMattiussi committed Mar 9, 2020
1 parent b69c477 commit 7ede23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe('List Page', () => {
ListPagePosts.setFilterValue('q', '');
});

it.only('should keep added filters when emptying it after navigating away and back', () => {
it('should keep added filters when emptying it after navigating away and back', () => {
ListPagePosts.logout();
LoginPage.login('admin', 'password');
ListPagePosts.showFilter('title');
Expand Down

0 comments on commit 7ede23d

Please sign in to comment.