You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just ran into this test that passed second time around, after no changes, so it must be flaky.
03:35:17.578 │ debg existsByDisplayedByCssSelector [data-test-subj~="dashboardLandingPage"]
03:35:18.626 │ debg clickDashboardBreadcrumbLink
03:35:18.691 │ debg TestSubjects.find(searchFilter)
03:35:18.692 │ debg in displayedByCssSelector: [data-test-subj~="searchFilter"]
03:35:28.745 │ debg --- tryForTime failure: An element could not be located on the page using the given search parameters.
03:35:39.287 │ debg --- tryForTime failed again with the same message ...
03:35:49.856 │ debg --- tryForTime failed again with the same message ...
03:36:00.425 │ debg --- tryForTime failed again with the same message ...
03:36:00.992 │ debg --- tryForTime failure: tryForTime timeout: NoSuchElement: An element could not be located on the page using the given search parameters.
03:36:00.995 │ at /var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/node_modules/leadfoot/lib/findDisplayed.js:37:21
03:36:00.995 │ at /var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/node_modules/dojo/Promise.js:156:41
03:36:00.995 │ at run (/var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/node_modules/dojo/Promise.js:51:33)
03:36:00.995 │ at /var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/node_modules/dojo/nextTick.js:35:17
03:36:00.995 │ at _combinedTickCallback (internal/process/next_tick.js:73:7)
03:36:00.995 │ at process._tickDomainCallback (internal/process/next_tick.js:128:9)
03:36:00.995 │ at Command.findDisplayed (/var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/node_modules/leadfoot/Command.js:23:10)
....
(/var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/node_modules/bluebird/js/main/async.js:15:14)
03:36:01.002 │ at runCallback (timers.js:672:20)
03:36:01.003 │ at tryOnImmediate (timers.js:645:5)
03:36:01.003 │ at processImmediate [as _immediateCallback] (timers.js:617:5)
03:36:01.498 │ debg --- tryForTime failure: tryForTime timeout: Error: tryForTime timeout: NoSuchElement: An element could not be located on the page using the given search parameters.
03:36:01.500 │ at /var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/node_modules/leadfoot/lib/findDisplayed.js:37:21
03:36:01.500 │ at /var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/node_modules/dojo/Promise.js:156:41
......
03:36:01.507 │ at tryOnImmediate (timers.js:645:5)
03:36:01.507 │ at processImmediate [as _immediateCallback] (timers.js:617:5)
03:36:02.004 │ debg Taking screenshot "/var/lib/jenkins/workspace/elastic+kibana+pull-request+multijob-selenium/test/functional/screenshots/failure/dashboard app dashboard clone clone warns on duplicate name.png"
03:36:02.091 └- ✖ fail: "dashboard app dashboard clone clone warns on duplicate name"
03:36:02.093 │ tryForTime timeout: Error: tryForTime timeout: Error: tryForTime timeout: NoSuchElement: An element could not be located on the page using the given search parameters.
Accompanying screenshot gives a clue:
Looks like clickDashboardBreadcrumbLink failed to actually load up the landing page.
The text was updated successfully, but these errors were encountered:
Just ran into this test that passed second time around, after no changes, so it must be flaky.
Accompanying screenshot gives a clue:
Looks like
clickDashboardBreadcrumbLink
failed to actually load up the landing page.The text was updated successfully, but these errors were encountered: