Remove inadvertent it.only to re-enable tests
Signed-off-by: Neil Guertin <neil.guertin@collabora.com> Change-Id: Ia9f2a35f0e334c97565edc4334df943723a958d7
This commit is contained in:
parent
05fa3f35d0
commit
f86ab6ae9a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ describe(['tagdesktop'], 'Row Column Operation', function() {
|
|||
//calcHelper.assertDataClipboardTable(['Hello','Hi','','','World','Bye']);
|
||||
});
|
||||
|
||||
it.only('Insert/Delete Column', function() {
|
||||
it('Insert/Delete Column', function() {
|
||||
//insert column before
|
||||
cy.cGet('#home-insert-columns-before-button').click();
|
||||
calcHelper.selectEntireSheet();
|
||||
|
|
Loading…
Reference in a new issue