mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
86e55f41fc
commit
54419a2ca4
1 changed files with 4 additions and 1 deletions
|
@ -68,6 +68,10 @@ export default function ({ getService, getPageObjects }) {
|
|||
await initAreaChart();
|
||||
});
|
||||
|
||||
after(async function () {
|
||||
await security.testUser.restoreDefaults();
|
||||
});
|
||||
|
||||
it('should save and load with special characters', async function () {
|
||||
const vizNamewithSpecialChars = vizName1 + '/?&=%';
|
||||
await PageObjects.visualize.saveVisualizationExpectSuccessAndBreadcrumb(
|
||||
|
@ -289,7 +293,6 @@ export default function ({ getService, getPageObjects }) {
|
|||
const url = await browser.getCurrentUrl();
|
||||
const embedUrl = url.split('/visualize/').pop().replace('embed=true', '');
|
||||
await PageObjects.common.navigateToUrl('visualize', embedUrl);
|
||||
await security.testUser.restoreDefaults();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue