mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
f604572d1f
commit
205f33dacd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue