Skip to content

Commit a67c2d5

Browse files
committed
fix: remove .only in test
1 parent 36181ad commit a67c2d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e-integration/e2e/sections/dataset/Dataset.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ describe('Dataset', () => {
875875
})
876876
})
877877

878-
it.only('opens the custom terms modal for guests when downloading a dataset with custom terms and no guestbook', () => {
878+
it('opens the custom terms modal for guests when downloading a dataset with custom terms and no guestbook', () => {
879879
cy.wrap(
880880
DatasetHelper.createWithFiles(FileHelper.createMany(2)).then(async (dataset) => {
881881
await DatasetHelper.setCustomTermsOfUse(dataset.id, {

0 commit comments

Comments
 (0)