We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36181ad commit a67c2d5Copy full SHA for a67c2d5
1 file changed
tests/e2e-integration/e2e/sections/dataset/Dataset.spec.tsx
@@ -875,7 +875,7 @@ describe('Dataset', () => {
875
})
876
877
878
- it.only('opens the custom terms modal for guests when downloading a dataset with custom terms and no guestbook', () => {
+ it('opens the custom terms modal for guests when downloading a dataset with custom terms and no guestbook', () => {
879
cy.wrap(
880
DatasetHelper.createWithFiles(FileHelper.createMany(2)).then(async (dataset) => {
881
await DatasetHelper.setCustomTermsOfUse(dataset.id, {
0 commit comments