mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Functional tests - adjust custom URL timeout (#113223)
This PR adjusts the timeout for checking the custom URL label.
This commit is contained in:
parent
fe91978022
commit
b146f82969
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export function MachineLearningCustomUrlsProvider({
|
|||
},
|
||||
|
||||
async assertCustomUrlLabel(index: number, expectedLabel: string) {
|
||||
await testSubjects.existOrFail(`mlJobEditCustomUrlLabelInput_${index}`);
|
||||
await testSubjects.existOrFail(`mlJobEditCustomUrlLabelInput_${index}`, { timeout: 1000 });
|
||||
const actualLabel = await testSubjects.getAttribute(
|
||||
`mlJobEditCustomUrlLabelInput_${index}`,
|
||||
'value'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue