Update string
Co-authored-by: Anton Barboza de Sá <antonbsa.bck@gmail.com>
This commit is contained in:
parent
f30661127a
commit
c07f7efba0
@ -12,7 +12,7 @@ class Status extends Page {
|
||||
|
||||
async changeUserStatus() {
|
||||
const { userStatusEnabled } = getSettings();
|
||||
test.fail(!userStatusEnabled, 'Shared notes is disabled');
|
||||
test.fail(!userStatusEnabled, 'User status is disabled');
|
||||
|
||||
await waitAndClearDefaultPresentationNotification(this);
|
||||
await setStatus(this, e.applaud);
|
||||
|
Loading…
Reference in New Issue
Block a user