-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Conversation
…nced settings. This allows functional UI automation to find the row and child form fields (not used by any automation yet).
…o advancedSettings
…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); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this.log?
There was a problem hiding this comment.
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.
…e sure I had clean output.
@spalger Travis tests haven't finished yet but we're not running these tests on Travis anyway. |
bdd.before(function () { | ||
common = new Common(this.remote); | ||
settingsPage = new SettingsPage(this.remote); | ||
remote = this.remote; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed it.
Made some small comments, LGTM otherwise! |
@jbudz You might want to take another quick look at this since I changed case in a few places. It all passes. |
…le test automation. Add a test for Advanced Settings. Fixes #5526
…lection. Adding 1 second sleep to see if it's timing. Fixes #5526
…e sure I had clean output. Fixes #5526
…nced settings. This allows functional UI automation to find the row and child form fields (not used by any automation yet). Fixes #5526
…le test automation. Add a test for Advanced Settings. Fixes #5526
…lection. Adding 1 second sleep to see if it's timing. Fixes #5526
…e sure I had clean output. Fixes #5526
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.