Update string

Co-authored-by: Anton Barboza de Sá <antonbsa.bck@gmail.com>
This commit is contained in:
Gabriel Luiz Porfirio 2023-07-17 13:51:59 -03:00 committed by GitHub
parent f30661127a
commit c07f7efba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);