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.mdWhen adding a configuration variable, please make sure todocument it in
docs/source/configuration.rstwith
make checkor you can run them in the browser by runningmake serveand then opening
http://localhost:8000/tests.html.