mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Console] Avoid console url redirection (#199966)
This commit is contained in:
parent
82273806c5
commit
ebd3f0d69e
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
describe('with a data URI in the load_from query', () => {
|
||||
it('loads the data from the URI', async () => {
|
||||
await PageObjects.common.navigateToApp('console', {
|
||||
hash: '#/console?load_from=data:text/plain,BYUwNmD2Q',
|
||||
hash: '#/console/shell?load_from=data:text/plain,BYUwNmD2Q',
|
||||
});
|
||||
|
||||
await retry.try(async () => {
|
||||
|
@ -44,7 +44,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
describe('with invalid data', () => {
|
||||
it('shows a toast error', async () => {
|
||||
await PageObjects.common.navigateToApp('console', {
|
||||
hash: '#/console?load_from=data:text/plain,BYUwNmD2',
|
||||
hash: '#/console/shell?load_from=data:text/plain,BYUwNmD2',
|
||||
});
|
||||
|
||||
await retry.try(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue