-
Notifications
You must be signed in to change notification settings - Fork 25
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
Automated UI tests for login, create group and create notif. screens. #52
base: master
Are you sure you want to change the base?
Conversation
@@ -43,6 +44,8 @@ jar { | |||
|
|||
} | |||
test { | |||
systemProperty 'username', System.getProperty('username') |
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.
What are these credentials for? What do they correspond to?
Label statusLabel = find("#statusLabel"); | ||
waitUntil(statusLabel,hasText("Login Successful"),10); | ||
|
||
//assertEquals(,statusLabel.getText()); |
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.
Please remove old commented out code
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.
What are these tests running against? They're not hitting a real server are they?
No description provided.