Skip to content

Commit

Permalink
Removing accidental remaining it.only #772
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Glendenning committed Sep 3, 2021
1 parent 39968e2 commit 92c4d33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('Datasets Table', () => {
);
});

it.only('date between', () => {
it('date between', () => {
cy.get('input[id="Create Time filter from"]').type('2006-01-01', {
force: true,
});
Expand Down

0 comments on commit 92c4d33

Please sign in to comment.