cypress: mobile: remove accidentally pushed only().
Change-Id: I78bcf632cc135a785296ece9a7e1c07070cd71ca Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91092 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
This commit is contained in:
parent
795fac61dc
commit
952a7acd7e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ describe('Mobile wizard state tests', function() {
|
|||
.should('have.class', 'checked');
|
||||
});
|
||||
|
||||
it.only('Close mobile wizard by hamburger menu.', function() {
|
||||
it('Close mobile wizard by hamburger menu.', function() {
|
||||
// Click on edit button
|
||||
helper.enableEditingMobile();
|
||||
|
||||
|
|
Loading…
Reference in a new issue