John McLear
d1efa509e6
Revert "Revert "tests: updating mocha and refactoring the custom html reporter using events""
...
This reverts commit 2ce798339d
.
2020-06-07 08:53:10 +00:00
John McLear
c5584fb5b4
editor: outdent on ol removal ( #4088 )
2020-06-07 09:51:12 +01:00
John McLear
71a1f28ab9
tests: remote parallel runners, they defo causing issues at the moment ;(
2020-06-07 02:23:56 +00:00
John McLear
2ce798339d
Revert "tests: updating mocha and refactoring the custom html reporter using events"
...
This reverts commit df1629c7b9
.
2020-06-06 18:57:52 +00:00
John McLear
e0ae5010ad
tests: testing parallel runners
2020-06-06 18:38:50 +00:00
John McLear
b6bcdaf772
Revert "tests: comment out some chat tests for now until we can find a fix"
...
This reverts commit 16d9ca774b
.
2020-06-05 23:54:57 +00:00
John McLear
16d9ca774b
tests: comment out some chat tests for now until we can find a fix
2020-06-05 23:23:00 +00:00
John McLear
56cc2dca4c
Merge branch 'develop' of github.com:ether/etherpad-lite into develop
2020-06-05 23:08:58 +00:00
John McLear
7985963354
comment out showchat test
2020-06-05 23:06:50 +00:00
John McLear
56f6973209
import/export: Timeslider export links numeric pad IDs ( #4073 )
...
Fixes #4071
2020-06-05 22:50:55 +01:00
John McLear
fb68ac672b
tests: OL/UL further testing.
2020-06-05 22:18:58 +01:00
John McLear
a4bdcc3392
tests/editor/ul/li/ol/import/export: Introduce contentcollector.js tests & various OL/UL/LI related bugfixes
...
1. Introduce contentcollector.js backend tests
1. Fix issue with OL LI items not being properly numbered after import
1. Fix issue with nested OL LI items being improperly numbered on export
1. Fix issue with new lines not being introduced after lists in on import #3961
1. Sanitize HTML on the way in (import)
1. Fix ExportHTML CSS because it needs to support OL > LI > OL not OL > OL [The latter being the correct format]
1. Fix backend tests.
2020-06-05 20:54:16 +01:00
John McLear
76084820ca
tests: CSS frontend runner ( #4081 )
2020-06-04 17:03:25 +01:00
John McLear
02af7d0c2d
tests: fix font select test
2020-06-03 10:34:13 +00:00
Alexandre Magno
df1629c7b9
tests: updating mocha and refactoring the custom html reporter using events
2020-06-03 10:54:55 +01:00
John McLear
4f37865d97
tests: allow tests to run for more than 10 minutes because browsers are slow on saucelabs
2020-05-31 20:11:33 +00:00
John McLear
c9c2adbdb3
tests: sensible value for load tester to run at
2020-05-30 21:58:39 +00:00
John McLear
7be701dbea
tests: make test runner width 80/20
2020-05-30 21:35:11 +00:00
John McLear
6d34e5b427
tests: make default timeout a bit longer and allow it to be spammy
2020-05-30 21:04:59 +00:00
John McLear
1b772c449d
tests: run bcakend tests for 50 seconds instead of 60 because this is the point of optimization
2020-05-30 20:06:34 +00:00
John McLear
f629f9f890
tests: change binary used for load testing
2020-05-30 18:28:33 +00:00
John McLear
2844224acb
tests: backend tests tweak
2020-05-30 18:22:24 +00:00
John McLear
04cbebc165
runner load test config
2020-05-30 18:13:57 +00:00
John McLear
66aff57d87
tests: introduce automated load testing ( #4066 )
2020-05-30 18:51:14 +01:00
John McLear
5000997a9f
tests: make the waitFor helper more reliable and less spammy ( #4065 )
2020-05-30 17:10:50 +01:00
John McLear
520b20a3ca
tests: Only run one frontend test at a time ( #4064 )
2020-05-30 01:05:06 +01:00
John McLear
8c669682c4
tests: remove another setTimeout for Edge tests..
2020-05-29 21:06:38 +01:00
John McLear
cc606a24d7
tests: Edge test fixes and cruft removal. ( #4061 )
2020-05-29 20:46:07 +01:00
John McLear
174e68d468
tests: remove more edge settimeout issues ( #4060 )
2020-05-29 20:07:27 +01:00
John McLear
be2ba34d3c
tests: remove set timeouts to try fix edge remote tests
2020-05-29 19:45:28 +01:00
John McLear
3c190c1782
Another change to the test name to make it run last...
2020-05-29 18:27:16 +01:00
John McLear
e557723c8e
Renaming auto connection test
2020-05-29 17:52:00 +01:00
John McLear
59aab3676d
Revert "testing: New chrome testing hack slash workaround ( #4055 )" ( #4057 )
...
This reverts commit 59b54b4772
.
2020-05-29 17:50:11 +01:00
John McLear
59b54b4772
testing: New chrome testing hack slash workaround ( #4055 )
...
* testing this
* worth isolating
2020-05-29 17:34:32 +01:00
John McLear
c6b5846172
tests: Fix backend testing which were always partially broken due to cache ( #4053 )
2020-05-29 13:26:34 +01:00
John McLear
d8e067a5f9
tests: Resolve Gateway timeout during automated tests by adding delay after minify request
...
* Remove npm cache from Travis, this was causing a world of pain.
* Remove the broken line attribute tests.
* Do a HTTP get against Etherpad to begin minification.
* Wait 10 seconds after minification before running tests.
2020-05-29 12:28:31 +01:00
John McLear
b92b8a66e1
tests: Safari test fixes
...
* fix safari font type select & remove buggy safari test, commenting for now as it will need fixing later
2020-05-28 22:37:34 +01:00
John McLear
51eb1a7ce7
Tests: Fix Clear cookies test ( #4050 )
...
* name uses a placeholder instead of a value so this should be nothing
2020-05-28 15:27:48 +01:00
John McLear
40f36d7eb5
Tests: ShowChat fix ( #4049 )
...
Resolves https://github.com/ether/etherpad-lite/issues/3541
2020-05-28 15:18:13 +01:00
Daniel Krol
febd48954c
Tests: Add and test padPrefs for helper.newPad ( #4042 )
...
Also fix a couple other tests along the way, including accounting for this change:
23307d14d5
2020-05-28 14:25:07 +01:00
John McLear
0dc59eba4d
tests: authorship test fix ( #4001 )
...
* Placeholderfortest
* rename script and make it work
2020-05-27 16:55:14 +01:00
John McLear
bcdb331c79
tests: Embed test fix ( #4020 )
...
* quick fix for iframe code wihch someone broke
* Also fix cookie test
2020-05-27 16:54:20 +01:00
Daniel Krol
770c1c80b7
tests: properly clear cookies in test helper
...
This was introduced in 2012 with cd368b5f8e
.
2020-05-13 19:29:53 +02:00
Daniel Krol
30884dd93d
tests: in helper.js, add test for clearing cookies
2020-05-13 19:29:53 +02:00
John McLear
0f827ca104
tests: fix timeslider revision tests ( #3898 )
2020-04-19 15:15:15 +01:00
muxator
86ceeb0f15
tests: remove the scroll tests ( #3897 )
2020-04-19 17:25:30 +02:00
Sebastian Castro
7a6d212e17
test: fix chat
...
Change way of clicking the settings button, and use stick-to-screen button is second test
2020-04-19 03:03:44 +02:00
Sebastian Castro
87fb23149d
test: fix layout so pad is 820px large, so is not considered as mobile
2020-04-19 03:03:44 +02:00
Sebastian Castro
21afd538aa
tests: fix change_ser_color, force color author to be on
2020-04-19 03:03:44 +02:00
Sebastian Castro
f5cd5a3379
test: fix pad_modal test with new popups
...
Old check is jquery is(':visible') no longer works because we use css property visibility hidden (for animation to work properly), and not display none
2020-04-19 03:03:44 +02:00