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

Automated UI tests for login, create group and create notif. screens. #52

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DreamyPhobic
Copy link
Collaborator

No description provided.

@DreamyPhobic DreamyPhobic changed the title Login, create group and create notif. tests Automated UI tests for login, create group and create notif. screens. Aug 10, 2019
@@ -43,6 +44,8 @@ jar {

}
test {
systemProperty 'username', System.getProperty('username')
Copy link
Collaborator

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());
Copy link
Collaborator

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

Copy link
Collaborator

@jbeorse jbeorse left a 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?

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

Successfully merging this pull request may close these issues.

2 participants