From ea7d75c5235052b26cb138b0c03f65d9670d4f56 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Tue, 12 Nov 2019 11:11:42 +0530 Subject: [PATCH] test: Remove .only --- cypress/integration/control_link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/control_link.js b/cypress/integration/control_link.js index 0524905cce..901a05d989 100644 --- a/cypress/integration/control_link.js +++ b/cypress/integration/control_link.js @@ -45,7 +45,7 @@ context('Control Link', () => { }); }); - it.only('should unset invalid value', () => { + it('should unset invalid value', () => { get_dialog_with_link().as('dialog'); cy.server();