-
-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent duplication of text avatar into display name #3530
Conversation
I tried making a test for it, but I’m not sure how to wait until the name has been updated, if it’s supposed to not change. |
|
7c1e4ab
to
a09213e
Compare
This also seems to affect previous versions.
Maybe just look for an existing test in the roomslist plugin and add a check that the name stays the same when clicking on the item in the list to open a room. |
My issue is that I need to put some kind of delay between clicking and checking for the new name (otherwise the test passes when it shouldn’t because the name hasn’t been updated yet): this is usually done with |
You could set a different name before clicking and then checking that it is set back to the right name, but I don't think a test is that important in this case, so I'll merge. |
Fixes #3529.
CHANGES.md
When adding a configuration variable, please make sure todocument it in
docs/source/configuration.rst
with
make check
or you can run them in the browser by runningmake serve
and then opening
http://localhost:8000/tests.html
.