Skip to content

Commit

Permalink
fix: remove .only from e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
MellyGray committed Nov 20, 2023
1 parent 3a31ac5 commit 00e1f10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ describe('Dataset', () => {
})
})

it.only('applies filters to the Files Table in the correct order', () => {
it('applies filters to the Files Table in the correct order', () => {
const files = [
FileHelper.create('csv', {
description: 'Some description',
Expand Down

0 comments on commit 00e1f10

Please sign in to comment.