mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
update maps tests
This commit is contained in:
parent
40b9dbdab8
commit
31f43fd678
3 changed files with 10 additions and 2 deletions
|
@ -16,7 +16,7 @@ export default function({ getPageObjects, getService }) {
|
|||
});
|
||||
|
||||
after(async () => {
|
||||
await PageObjects.maps.gotoMapListingPage({ isOnUnsavedMap: true });
|
||||
await PageObjects.maps.gotoMapListingPage();
|
||||
});
|
||||
|
||||
async function getRequestTimestamp() {
|
||||
|
@ -89,6 +89,10 @@ export default function({ getPageObjects, getService }) {
|
|||
await PageObjects.maps.setLayerQuery('logstash', 'machine.os.raw : "ios"');
|
||||
});
|
||||
|
||||
after(async () => {
|
||||
await PageObjects.maps.gotoMapListingPage({ isOnUnsavedMap: true });
|
||||
});
|
||||
|
||||
it('should apply layer query to search request', async () => {
|
||||
await inspector.open();
|
||||
await inspector.openInspectorRequestsView();
|
||||
|
|
|
@ -14,6 +14,10 @@ export default function({ getPageObjects }) {
|
|||
await PageObjects.maps.loadSavedMap('document example');
|
||||
});
|
||||
|
||||
after(async () => {
|
||||
await PageObjects.maps.gotoMapListingPage({ isOnUnsavedMap: true });
|
||||
});
|
||||
|
||||
describe('categorical styling', () => {
|
||||
before(async () => {
|
||||
await PageObjects.maps.openLayerPanel('logstash');
|
||||
|
|
|
@ -15,7 +15,7 @@ export default function({ getPageObjects }) {
|
|||
});
|
||||
|
||||
after(async () => {
|
||||
await PageObjects.maps.gotoMapListingPage({ isOnUnsavedMap: true });
|
||||
await PageObjects.maps.gotoMapListingPage();
|
||||
});
|
||||
|
||||
it('should show maps application in create menu', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue