mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fixing a naming collision the shared-item visualize tests were hitting (#10520)
Backports PR #10517
**Commit 1:**
Fixing a naming collision the shared-item visualize tests were hitting
* Original sha: 2a163c8b2b
* Authored by kobelb <brandon.kobel@elastic.co> on 2017-02-22T19:02:25Z
This commit is contained in:
parent
c496c1f529
commit
2678b9595a
2 changed files with 3 additions and 3 deletions
2
test/fixtures/dump_data/visualize.data.json
vendored
2
test/fixtures/dump_data/visualize.data.json
vendored
File diff suppressed because one or more lines are too long
|
@ -17,10 +17,10 @@ bdd.describe('visualize app', function describeIndexTests() {
|
|||
|
||||
bdd.it('should have the correct shared-item title and description', function () {
|
||||
const expected = {
|
||||
title: 'Visualization AreaChart',
|
||||
title: 'Shared-Item Visualization AreaChart',
|
||||
description: 'AreaChart'
|
||||
};
|
||||
return PageObjects.visualize.clickVisualizationByName('Visualization AreaChart')
|
||||
return PageObjects.visualize.clickVisualizationByName('Shared-Item Visualization AreaChart')
|
||||
.then (() => PageObjects.common.try(function () {
|
||||
return PageObjects.common.getSharedItemTitleAndDescription()
|
||||
.then(({ title, description }) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue