mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[Onboarding] Fix failed Firehose tests (#193733)](https://github.com/elastic/kibana/pull/193733) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Mykola Harmash","email":"mykola.harmash@gmail.com"},"sourceCommit":{"committedDate":"2024-09-24T12:22:59Z","message":"[Onboarding] Fix failed Firehose tests (#193733)\n\nCloses [193294](https://github.com/elastic/kibana/issues/193294)\r\n\r\nWhen the Firehose flow initialized it installs firehose integration and\r\nassets for all supported AWS services in the background that might take\r\na while. This change increases the wait time until the loader in the UI\r\nis hidden and the test can proceed.\r\n\r\n[Successful flaky test runner\r\njob](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6998#_)","sha":"ca61209d13fa19d6119521a7276bd0c210bc926c","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-major","ci:project-deploy-observability","Team:obs-ux-logs","v8.16.0"],"title":"[Onboarding] Fix failed Firehose tests","number":193733,"url":"https://github.com/elastic/kibana/pull/193733","mergeCommit":{"message":"[Onboarding] Fix failed Firehose tests (#193733)\n\nCloses [193294](https://github.com/elastic/kibana/issues/193294)\r\n\r\nWhen the Firehose flow initialized it installs firehose integration and\r\nassets for all supported AWS services in the background that might take\r\na while. This change increases the wait time until the loader in the UI\r\nis hidden and the test can proceed.\r\n\r\n[Successful flaky test runner\r\njob](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6998#_)","sha":"ca61209d13fa19d6119521a7276bd0c210bc926c"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193733","number":193733,"mergeCommit":{"message":"[Onboarding] Fix failed Firehose tests (#193733)\n\nCloses [193294](https://github.com/elastic/kibana/issues/193294)\r\n\r\nWhen the Firehose flow initialized it installs firehose integration and\r\nassets for all supported AWS services in the background that might take\r\na while. This change increases the wait time until the loader in the UI\r\nis hidden and the test can proceed.\r\n\r\n[Successful flaky test runner\r\njob](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/6998#_)","sha":"ca61209d13fa19d6119521a7276bd0c210bc926c"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Mykola Harmash <mykola.harmash@gmail.com>
This commit is contained in:
parent
bc2bb0d77a
commit
cb857bfe2f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
beforeEach(async () => {
|
||||
await (await testSubjects.find('createCloudFormationOptionAWSCLI')).click();
|
||||
await (await testSubjects.find('createCloudFormationOptionAWSCLI', 20000)).click();
|
||||
await testSubjects.existOrFail('observabilityOnboardingFirehoseCreateStackCommand');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue