Skip to content

Commit

Permalink
fix test message
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jan 20, 2021
1 parent 86edce2 commit 6afca11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/maps/visualize_create_menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function ({ getService, getPageObjects }) {
await security.testUser.restoreDefaults();
});

it('should not show legacy region map visualizion in create menu', async () => {
it('should not show maps application in create menu', async () => {
const hasMapsApp = await PageObjects.visualize.hasMapsApp();
expect(hasMapsApp).to.equal(false);
});
Expand Down

0 comments on commit 6afca11

Please sign in to comment.