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

New Advanced settings test #5526

Closed
wants to merge 11 commits into from
Closed

Conversation

LeeDr
Copy link

@LeeDr LeeDr commented Nov 30, 2015

Needed to set timezone to UTC to make visualize tests pass both locally and on Travis and Jenkins. We found a way to set it when we load a test kibana index, but the investigation still led to some test-ability improvements and a test case for Advanced Settings.

LeeDr added 5 commits November 25, 2015 14:36
…nced settings. This allows functional UI automation to find the row and child form fields (not used by any automation yet).
…le test automation. Add a test for Advanced Settings.
…lection. Adding 1 second sleep to see if it's timing.
},

findTestSubject: function findTestSubject(selector) {
console.log('in findTestSubject: ' + selector);
Copy link
Member

Choose a reason for hiding this comment

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

this.log?

Copy link
Author

Choose a reason for hiding this comment

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

Correct, fixed in next commit.

@LeeDr LeeDr added the review label Dec 7, 2015
@LeeDr
Copy link
Author

LeeDr commented Dec 7, 2015

@spalger Travis tests haven't finished yet but we're not running these tests on Travis anyway.

@jbudz jbudz assigned jbudz and unassigned spalger Dec 8, 2015
bdd.before(function () {
common = new Common(this.remote);
settingsPage = new SettingsPage(this.remote);
remote = this.remote;
Copy link
Member

Choose a reason for hiding this comment

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

var remote doesn't look like it's used anywhere

Copy link
Author

Choose a reason for hiding this comment

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

I removed it.

@jbudz
Copy link
Member

jbudz commented Dec 8, 2015

Made some small comments, LGTM otherwise!

@jbudz jbudz assigned LeeDr and unassigned jbudz Dec 8, 2015
@LeeDr LeeDr assigned jbudz and unassigned LeeDr Dec 8, 2015
@LeeDr
Copy link
Author

LeeDr commented Dec 8, 2015

@jbudz You might want to take another quick look at this since I changed case in a few places. It all passes.

@elasticsearch-bot
Copy link

Lee Drengenberg merged this into the following branches!

Branch Commits
master 88fde03, d8e9a68, f30c329, 8230905, a891827, 859e115, 132552c, 123caf4

@LeeDr LeeDr closed this in 88fde03 Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
…le test automation. Add a test for Advanced Settings.

Fixes #5526
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
…lection. Adding 1 second sleep to see if it's timing.

Fixes #5526
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
…nced settings. This allows functional UI automation to find the row and child form fields (not used by any automation yet).

Fixes #5526
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
…le test automation. Add a test for Advanced Settings.

Fixes #5526
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
…lection. Adding 1 second sleep to see if it's timing.

Fixes #5526
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
LeeDr pushed a commit that referenced this pull request Dec 8, 2015
@elasticsearch-bot
Copy link

Lee Drengenberg merged this into the following branches!

Branch Commits
4.x 7a4f902, 976c429, 117b4d0, ca9e697, 1ca7436, 6f60d79, df809fc, fe82481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants