summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2020-07-03 14:35:01 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2020-07-03 16:42:34 +0200
commitd33eead249c3fba8e33bced53dcce770c56f7e44 (patch)
tree7ff17c9305b60f1062593417e686a76ffb0a8997
parentandroid: Always re-do the fonts.conf, to update when the filter changed. (diff)
downloadonline-d33eead249c3fba8e33bced53dcce770c56f7e44.tar.gz
online-d33eead249c3fba8e33bced53dcce770c56f7e44.zip
cypress: remove accidentally pushed only().
Change-Id: I1b5a2a1cb56d15dacea34a480198c314598de899 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/97863 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
-rw-r--r--cypress_test/integration_tests/mobile/calc/hamburger_menu_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress_test/integration_tests/mobile/calc/hamburger_menu_spec.js b/cypress_test/integration_tests/mobile/calc/hamburger_menu_spec.js
index 5d338631a8..f8131da9e1 100644
--- a/cypress_test/integration_tests/mobile/calc/hamburger_menu_spec.js
+++ b/cypress_test/integration_tests/mobile/calc/hamburger_menu_spec.js
@@ -317,7 +317,7 @@ describe('Trigger hamburger menu options.', function() {
.should('contain.text', 'Text');
});
- it.only('Search some word.', function() {
+ it('Search some word.', function() {
before('hamburger_menu_search.ods');
mobileHelper.openHamburgerMenu();