-
Notifications
You must be signed in to change notification settings - Fork 1
Feature-test/mchtctn-nuc116-label-component #67
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
Feature-test/mchtctn-nuc116-label-component #67
Conversation
…ture-test/mchtctn-nuc116-labelComponent
Codecov Report
@@ Coverage Diff @@
## integration/v0.3.0 #67 +/- ##
===================================================
Coverage 92.53% 92.53%
===================================================
Files 37 37
Lines 415 415
Branches 82 82
===================================================
Hits 384 384
Misses 26 26
Partials 5 5 Continue to review full report at Codecov.
|
before: function(client, done) { | ||
this.currentPage = client.maximizeWindow().page.labelPage(); | ||
this.currentPage | ||
.navigate('http://localhost:8080/components/label.html') |
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 set domain in a shared variable? 'localhost:8080' might change in the future
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.
domain set in globals.js
42b9efb
No description provided.