summaryrefslogtreecommitdiff
path: root/cypress_test
AgeCommit message (Expand)AuthorFilesLines
2020-04-10cypress: add run_iteratively.sh for catching inconsistent test failures.Tamás Zolnai1-0/+27
2020-04-10cypress: mobile: fix random failure of 'Change line transparency' test.Tamás Zolnai1-3/+4
2020-04-09cypress: mobile: it seems we have some flickering on pos&size panel.Tamás Zolnai1-1/+2
2020-04-09cypress: mobile: extract openInsertionWizard() and closeInsertionWizard().Tamás Zolnai8-120/+57
2020-04-09cypress: try to fix random "Uncaught SyntaxError" failures.Tamás Zolnai1-1/+2
2020-04-09cypress: introduce selectItemByContent() method instead of contains().Tamás Zolnai18-202/+148
2020-04-08cypress: mobile: remove copy-pasted comment.Tamás Zolnai1-4/+0
2020-04-08cypress: mobile: improve copying via context menu.Tamás Zolnai10-222/+31
2020-04-08cypress: mobile: add some tests for alignment properties in Calc.Tamás Zolnai3-0/+146
2020-04-08cypress: mobile: calc: add more tests for number formatting.Tamás Zolnai1-0/+94
2020-04-08cypress: mobile: try to fix random failure in calc spellchecking test.Tamás Zolnai1-3/+2
2020-04-08cypress: simplify output error matcher.Tamás Zolnai1-1/+1
2020-04-08cypress: run JS error check also for make run commands.Tamás Zolnai1-0/+2
2020-04-08cypress: try to fix TypeError: cy.waitUntil is not a function.Tamás Zolnai4-2/+3
2020-04-07cypress: mobile: improve logging related to calc spellchecking test.Tamás Zolnai3-3/+6
2020-04-07cypress: add some logging for helper functions.Tamás Zolnai5-0/+57
2020-04-07cypress: mobile: extract openHamburgerMenu() and closeHamburgerMenu() method.Tamás Zolnai4-11/+42
2020-04-07cypress: mobile: extract openMobileWizard() and closeMobileWizard() method.Tamás Zolnai10-376/+132
2020-04-07cypress: mobile: create a separate mobile helper file.Tamás Zolnai26-203/+230
2020-04-07cypress: Catch any "Error:" in log.Tamás Zolnai1-1/+1
2020-04-06typo: sinfieldcontrols -> spinfieldcontrolsAndras Timar2-12/+12
2020-04-04cypress: add the issue link about hash values.Tamás Zolnai1-0/+2
2020-04-04cypress: mobile: fix calc test documents.Tamás Zolnai2-0/+0
2020-04-04cypress: mobile: fix 'Focus on second tap.' test.Tamás Zolnai3-22/+17
2020-04-03cypress: Catch also timout error of the new cypress-wait-until package.Tamás Zolnai1-1/+1
2020-04-02cypress: mobile: avoid animations in mobile wizard.Tamás Zolnai9-33/+10
2020-04-02cypress: integrate cypress-wait-until package.Tamás Zolnai5-47/+49
2020-04-01cypress: mobile: try harder to remove selection in calc spellchecking tests.Tamás Zolnai2-10/+35
2020-04-01cypress: mobile: make impress spellchecking test more stable.Tamás Zolnai1-0/+3
2020-03-31cypress: mobile: this focus test is still unreliable.Tamás Zolnai1-3/+4
2020-03-31update cypress: 4.1.0 -> 4.3.0Tamás Zolnai1-1/+1
2020-03-31cypress: mobile: enable this focus related tests.Tamás Zolnai1-1/+1
2020-03-31cypress: mobile: disable some number formatting tests broken on core/master.Tamás Zolnai2-14/+45
2020-03-31cypress: mobile: number formatting tests in Calc.Tamás Zolnai4-3/+389
2020-03-30mobile: add special icon names for spelling context menu items.Tamás Zolnai1-4/+4
2020-03-26cypress: mobile: remove accidentally pushed only().Tamás Zolnai1-1/+1
2020-03-26cypress: use hardcoded value as WSD hash.Tamás Zolnai1-4/+6
2020-03-26mobile: don't show a dummy mobile wizard before sidebar content arrives.Tamás Zolnai2-31/+9
2020-03-25cypress: mobile: fix line width test in shape related test suit.Tamás Zolnai1-1/+1
2020-03-25leaflet: don't allow focus stealingAshod Nakashian2-1/+36
2020-03-25leaflet: shouldAcceptInput -> canAcceptKeyboardInputAshod Nakashian2-9/+9
2020-03-25cypress: check keyboard visibility when editing shapes in writerAshod Nakashian1-1/+5
2020-03-25leaflet: do not expose map to cypress testsAshod Nakashian2-12/+10
2020-03-25cypress: mobile: reenable this test.Tamás Zolnai1-1/+1
2020-03-25cypress: mobile: disable this unstable test.Tamás Zolnai1-1/+1
2020-03-23cypress: mobile: fix-up shape related tests.Tamás Zolnai1-0/+5
2020-03-23cypress: mobile: better way of pushing hamburger menu button.Tamás Zolnai4-15/+15
2020-03-23cypress: mobile fix random failure in spellchecking tests.Tamás Zolnai2-10/+8
2020-03-20cypress: update README.Tamás Zolnai1-2/+8
2020-03-20Mention --enable-cypressTor Lillqvist1-1/+3