We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd43d06 commit 6e10cebCopy full SHA for 6e10ceb
test/verify/check-blueprintWizard
@@ -24,7 +24,7 @@ class TestBlueprintWizard(composerlib.ComposerCase):
24
# select openssh-server
25
b.set_input_text("div[data-testid='search-available-pkgs-input'] input", "openssh-server")
26
b.click("button[aria-label='Search button for available packages']")
27
- with b.wait_timeout(360):
+ with b.wait_timeout(720):
28
b.click("li[data-testid='openssh-server']")
29
b.click("button[aria-label='Add selected']")
30
# go to next page
0 commit comments