-
Notifications
You must be signed in to change notification settings - Fork 72
RCF-509_TC_09 | Prevent Auto Logout During Background Sync #543
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
base: develop
Are you sure you want to change the base?
RCF-509_TC_09 | Prevent Auto Logout During Background Sync #543
Conversation
.classpath
Outdated
| @@ -0,0 +1,16 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | |||
| <classpath> | |||
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.
May i know why we added this details in class path
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 have not added them i have just updated the logintest.java file
This was automatically generated when opened theJava project in Eclipse
I will remove this from the commit.
| assertTrue(operationalTaskPage.isOperationalTaskPageLoaded(), "Verify if operational Task Page is loaded"); | ||
| } | ||
| @Test(priority = 3) | ||
| public void RCF_509_TC_09_VerifyNoAutoLogoutDuringBackgroundSync() throws InterruptedException { |
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.
can we have proper method name
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 have updated my commit with the new method name.
Can you review it anything else i need to change
39226c6 to
d7c9c5e
Compare
d7c9c5e to
b0070c2
Compare
b0070c2 to
1ec3655
Compare
Signed-off-by: Rishav Tarway <rishavtarway@gmail.com>
Jira Ticket
RCF-509_TC_09
What is Implemented?
Automated test case to verify that ARC client does not auto logout when sync/upload operation is in progress.
How?
Edge Cases Considered