Skip to content

Commit 552e551

Browse files
committed
fix: remove .only from e2e test
1 parent ed6c7d5 commit 552e551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/datasets/datasets-metadata.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ describe("Datasets", () => {
400400
});
401401
});
402402

403-
describe.only("Different metadata types", () => {
403+
describe("Different metadata types", () => {
404404
it("should be able to add a metadata entry with type 'date'", () => {
405405
const newMetadataName = "Cypress dataset date metadata";
406406
const metaDataInvalidValue = "20ab";

0 commit comments

Comments
 (0)