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:
Tamás Zolnai 2020-03-26 12:04:40 +01:00
parent 795fac61dc
commit 952a7acd7e

View file

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