test: Remove .only
This commit is contained in:
parent
4fcb22546b
commit
ea7d75c523
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue