scrutiny: increase delays in tests
This commit is contained in:
parent
1fa0781f09
commit
8dcb2af682
1 changed files with 2 additions and 2 deletions
|
|
@ -192,7 +192,7 @@ let
|
|||
''
|
||||
"expect(page.get_by_text(re.compile('[Ii]ncorrect'))).not_to_be_visible(timeout=10000)"
|
||||
"expect(page.get_by_role('button', name=re.compile('Sign In'))).not_to_be_visible()"
|
||||
"expect(page.get_by_text('Temperature history for each device')).to_be_visible()"
|
||||
"expect(page.get_by_text('Temperature history for each device')).to_be_visible(timeout=20000)"
|
||||
];
|
||||
}
|
||||
{
|
||||
|
|
@ -212,7 +212,7 @@ let
|
|||
''
|
||||
"expect(page.get_by_text(re.compile('[Ii]ncorrect'))).not_to_be_visible(timeout=10000)"
|
||||
"expect(page.get_by_role('button', name=re.compile('Sign In'))).not_to_be_visible()"
|
||||
"expect(page.get_by_text('Temperature history for each device')).to_be_visible()"
|
||||
"expect(page.get_by_text('Temperature history for each device')).to_be_visible(timeout=20000)"
|
||||
];
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue