From 54c7d340ae2b651d52dac865ecccd2fb1a32da0e Mon Sep 17 00:00:00 2001 From: Josh Dover Date: Thu, 16 Jan 2020 09:10:22 -0700 Subject: [PATCH] Renable navigation back test (#54825) --- test/functional/apps/home/_navigation.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/functional/apps/home/_navigation.ts b/test/functional/apps/home/_navigation.ts index 96285901289b..6fd631baa27d 100644 --- a/test/functional/apps/home/_navigation.ts +++ b/test/functional/apps/home/_navigation.ts @@ -64,8 +64,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) { } }); - // FLAKY: https://github.com/elastic/kibana/issues/33468 - it.skip('detect navigate back issues', async () => { + it('detect navigate back issues', async () => { let currUrl; // Detects bug described in issue #31238 - where back navigation would get stuck to URL encoding handling in Angular. // Navigate to home app