test: Remove .only

This commit is contained in:
Faris Ansari 2019-11-12 11:11:42 +05:30
parent 4fcb22546b
commit ea7d75c523

View file

@ -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();