We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea533e commit c1f04eeCopy full SHA for c1f04ee
1 file changed
test/smoke/android/central.js
@@ -1,4 +1,4 @@
1
-// SPDX-FileCopyrightText: 2022 The Manyverse Authors
+// SPDX-FileCopyrightText: 2022-2023 The Manyverse Authors
2
//
3
// SPDX-License-Identifier: CC0-1.0
4
@@ -15,7 +15,7 @@ module.exports = function (driver, t) {
15
// Public tab
16
t.ok(
17
await driver.waitForElementByAndroidUIAutomator(
18
- 'new UiSelector().textContains("No messages")',
+ 'new UiSelector().textContains("Where is everybody?")',
19
8000,
20
),
21
'I see the Public tab body with no messages',
0 commit comments