John McLear
915849b319
Low hanging lint frontend tests ( #4695 )
...
* lint: low hanging specs/alphabet.js
* lint: low hanging specs/authorship_of_editions.js
* lint: low hanging specs/bold.js
* lint: low hanging specs/caret.js
* lint: low hanging specs/change_user_color.js
* lint: low hanging specs/change_user_name.js
* lint: low hanging specs/chat.js
* lint: low hanging specs/chat_load_messages.js
* lint: low hanging specs/clear_authorship_colors.js
* lint: low hanging specs/delete.js
* lint: low hanging specs/drag_and_drop.js
* lint: low hanging specs/embed_value.js
* lint: low hanging specs/enter.js
* lint: low hanging specs/font_type.js
* lint: low hanging specs/helper.js
* lint: low hanging specs/importexport.js
* lint: low hanging specs/importindents.js
* lint: low hanging specs/indentation.js
* lint: low hanging specs/italic.js
* lint: low hanging specs/language.js
* lint: low hanging specs/multiple_authors_clear_authorship_colors.js
* lint: low hanging specs/ordered_list.js
* lint: low hanging specs/pad_modal.js
* lint: low hanging specs/redo.js
* lint: low hanging specs/responsiveness.js
* lint: low hanging specs/select_formatting_buttons.js
* lint: low hanging specs/strikethrough.js
* lint: low hanging specs/timeslider.js
* lint: low hanging specs/timeslider_labels.js
* lint: low hanging specs/timeslider_numeric_padID.js
* lint: low hanging specs/timeslider_revisions.js
* lint: low hanging specs/undo.js
* lint: low hanging specs/unordered_list.js
* lint: low hanging specs/xxauto_reconnect.js
* lint: attempt to do remote_runner.js
* lint: helper linting
* lint: rate limit linting
* use constructor for Event to make eslint happier
* for squash: lint fix refinements
* for squash: lint fix refinements
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
2021-02-01 20:23:14 +00:00
webzwo0i
951c93fa6d
change_user_name test: refactor
2020-12-27 23:40:35 +00:00
Richard Hansen
107942ad8a
lint: Rerun eslint --fix
to nuke trailing function call commas
...
eslint-config-etherpad 1.0.11 changed the comma-dangle rule to
prohibit trailing commas for function arguments. See:
673ab07acf
Re-run the automated fixes to apply the rule change.
This also fixes a few lint issues in changes that were made after
`eslint --fix` was originally run.
2020-11-25 13:09:14 -05:00
Richard Hansen
b8d07a42eb
lint: Run eslint --fix
on bin/
and tests/
2020-11-24 20:06:12 +00:00
muxator
04e9fc3a2f
formatting: bulk remove trailing whitespaces on frontend tests
...
This is a followup on 312c72c364
, which did the same on the main code base,
and is preliminary work for tidying up John's changes in the following commits.
No functional changes.
Command:
find tests/frontend -name '*.js' -type f -print0 | xargs -0 sed --in-place 's/[[:space:]]*$//'
2020-03-24 23:24:38 +01:00
Peter 'Pita' Martischka
7d174855c4
Give the browser more time to save the cookie at change_user_name test
2012-11-13 08:39:48 -08:00
Peter 'Pita' Martischka
1e27fa1475
rewrote change user name tests to do what John probably wanted to do
2012-11-03 23:52:17 +00:00
Peter 'Pita' Martischka
922e47f8bd
Fixed change user name test
2012-11-03 22:36:36 +00:00
Peter 'Pita' Martischka
4944dcbd1c
fixed change user name test
2012-11-03 22:16:44 +00:00
Peter 'Pita' Martischka
1188dea8ff
increase timeouts
2012-11-01 23:19:59 +00:00
johnyma22
fc36f6e9ef
clean up the change user name tests to be a bit more sane
2012-10-30 17:45:37 +00:00
John McLear
2bd63cbfed
make sure change user name forgets old user names
2012-10-28 17:52:40 +00:00
John McLear
e33678e625
extend changing username to make sure it shows up the changes in the chat dialogue for new messages
2012-10-28 17:47:17 +00:00
johnyma22
f79bc7f1d8
simple check to ensure changing username change works
2012-10-09 16:04:11 +01:00