-
Notifications
You must be signed in to change notification settings - Fork 0
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
adding test for refresh button #106
Conversation
55abfee
to
821990a
Compare
821990a
to
c8d3a7a
Compare
0299821
to
309a9c6
Compare
d6935d1
to
94628be
Compare
12bb75d
to
10a7415
Compare
379c6c3
to
1e82553
Compare
1e82553
to
e63d20b
Compare
e63d20b
to
24a8743
Compare
24a8743
to
f3e0927
Compare
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.
lgtm
Then I should not see "testfile.txt" | ||
But I should see "testfile.txt" after refreshing the file-picker | ||
|
||
Scenario: click refresh button to get latest resource on Project drive |
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.
Note: this is a sequence of two "tests". But the 2nd part follows directly after the first part, and depends on it anyway.
It could be split into 2 scenarios, but that would use up test run time without a real benefit. So, IMO, this is OK.
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.
LGTM
adding test for refresh button
adding test for refresh button
related issue: #17 (comment)