Skip to content

Commit 1c306c0

Browse files
keysmashest184256
authored andcommitted
Don't use example.org in tests
The text at example.org was recently changed, which breaks the emulator tests. There is now a request there to "Avoid use in operations", so using something else in the tests seems like the friendly thing to do.
1 parent 27696ca commit 1c306c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/emulator/android_integration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ def run(d):
105105

106106
# Verify that *-open* commands work
107107
for opener in OPENERS:
108-
d(f'input text "{opener} https://example.org"')
108+
d(f'input text "{opener} https://nix-on-droid.unboiled.info/README.txt"')
109109
d.ui.press('enter')
110110
screenshot(d, f'{opener}-opened')
111-
wait_for(d, 'This domain is for use in illustrative')
111+
wait_for(d, 'This is Nix-on-Droid.')
112112
screenshot(d, f'{opener}-waited')
113113
d.ui.press('back')
114114
screenshot(d, f'{opener}-back')
115-
wait_for(d, f'{opener} https://example.org')
115+
wait_for(d, f'{opener} https://nix-on-droid.unboiled.info/README.txt')
116116

117117
# test termux-wake-lock/termux-wake-unlock
118118
d.ui.open_notification()

0 commit comments

Comments
 (0)