Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change expected data to match change in table UI #11495

Merged
merged 8 commits into from
Apr 28, 2017

Conversation

LeeDr
Copy link
Contributor

@LeeDr LeeDr commented Apr 28, 2017

Fix test that I think was broken by #11452

Copy link
Member

@jbudz jbudz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM on green

@@ -109,7 +109,7 @@ export default function ({ getService, getPageObjects }) {

it('should show correct data, ordered by Term', function () {

const expectedChartData = ['png 1,373', 'php 445', 'jpg 9,109', 'gif 918', 'css 2,159'];
const expectedChartData = ['png', '1,373', 'php', '445', 'jpg', '9,109', 'gif', '918', 'css 2,159'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed one

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, I see that in the failed test. Checked in now

@cjcenizal
Copy link
Contributor

Looks like this is passing now @LeeDr !

@LeeDr LeeDr merged commit 5ba57f7 into elastic:master Apr 28, 2017
@cjcenizal cjcenizal added bug Fixes for quality problems that affect the customer experience v5.4.1 v5.5.0 v6.0.0 labels Apr 28, 2017
@cjcenizal
Copy link
Contributor

@LeeDr I added version labels for 6, 5.5, and 5.4.1 FYI.

LeeDr pushed a commit to LeeDr/kibana that referenced this pull request Apr 28, 2017
* Change expected data to match change in table UI

* fix more expected results for data UI change

* Revert one previous change and fix one other test

* fix last issues

* missed splitting the last array element

* missed splitting the last array element
@LeeDr LeeDr mentioned this pull request Apr 28, 2017
@Bargs
Copy link
Contributor

Bargs commented Apr 28, 2017

This needs a backport to 5.5 as well

LeeDr pushed a commit to LeeDr/kibana that referenced this pull request Apr 28, 2017
* Change expected data to match change in table UI

* fix more expected results for data UI change

* Revert one previous change and fix one other test

* fix last issues

* missed splitting the last array element

* missed splitting the last array element
@LeeDr LeeDr mentioned this pull request Apr 28, 2017
@LeeDr LeeDr added the test label Apr 28, 2017
LeeDr pushed a commit that referenced this pull request Apr 28, 2017
* Change expected data to match change in table UI

* fix more expected results for data UI change

* Revert one previous change and fix one other test

* fix last issues

* missed splitting the last array element

* missed splitting the last array element
@jimgoodwin jimgoodwin added Team:QA Team label for QA Team release_note:fix labels May 11, 2017
@LeeDr LeeDr deleted the fixVerticalBarTest branch May 23, 2017 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience release_note:fix Team:QA Team label for QA Team test v5.4.1 v5.5.0 v6.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants