Skip to content

Commit

Permalink
test: Wait longer for RTL switch in the motd test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Sep 8, 2023
1 parent 7bc002e commit 770f4c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/verify/check-system-info
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,9 @@ class TestSystemInfo(packagelib.PackageCase):
# strips empty lines, but not leading spaces
b.wait_text('#motd', " Hello\n World")

b.assert_pixels("#motd-box", "motd")
# For some reason, switching to RTL takes a long time
# here. Let's increase the delay.
b.assert_pixels("#motd-box", "motd", wait_delay=2.0)

b.click('#motd-box button:not(#motd-box-edit)')
b.wait_not_present('#motd-box')
Expand Down

0 comments on commit 770f4c9

Please sign in to comment.