mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Discover] Unskip shared links functional test (#167679)
## Summary Improving & unskipping functional tests for sharing links Buildkite flaky test runner (100x) https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3387
This commit is contained in:
parent
3d774489b6
commit
c44b385abb
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const toasts = getService('toasts');
|
||||
const deployment = getService('deployment');
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/167405
|
||||
describe.skip('shared links', function describeIndexTests() {
|
||||
describe('shared links', function describeIndexTests() {
|
||||
let baseUrl: string;
|
||||
|
||||
async function setup({ storeStateInSessionStorage }: { storeStateInSessionStorage: boolean }) {
|
||||
|
@ -174,6 +173,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const resolvedTime = await PageObjects.timePicker.getTimeConfig();
|
||||
expect(resolvedTime.start).to.equal(actualTime.start);
|
||||
expect(resolvedTime.end).to.equal(actualTime.end);
|
||||
await toasts.dismissAllToasts();
|
||||
return true;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue