Skip to content

Commit 3ed4b61

Browse files
committed
Unskip Lens smokescreen test
1 parent a32f4c1 commit 3ed4b61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/test/functional/apps/lens/smokescreen.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
6464
await browser.getActions().move({ x: 5, y: 5, origin: el._webElement }).click().perform();
6565
}
6666

67-
// FLAKY: https://github.com/elastic/kibana/issues/71304
68-
describe.skip('lens smokescreen tests', () => {
67+
describe('lens smokescreen tests', () => {
6968
it('should allow editing saved visualizations', async () => {
7069
await PageObjects.visualize.gotoVisualizationLandingPage();
7170
await listingTable.searchForItemWithName('Artistpreviouslyknownaslens');

0 commit comments

Comments
 (0)