-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add javascript tests for the Vue objects #436
Conversation
Codecov Report
@@ Coverage Diff @@
## switch_to_vue #436 +/- ##
==============================================
Coverage 95.33% 95.33%
==============================================
Files 88 88
Lines 4077 4077
Branches 259 259
==============================================
Hits 3887 3887
Misses 138 138
Partials 52 52 Continue to review full report at Codecov.
|
// Simulate application running | ||
model.app_list[0].status = 'RUNNING'; | ||
model.app_list[0].app_data.container = {}; | ||
model.app_list[0].app_data.container.url_id = 'blabla.com'; |
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.
127.0.0.1
model.selected_index = 1; | ||
|
||
Vue.nextTick(function() { | ||
assert.equal(app_view.$el.children[0].tagName, 'DIV'); |
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.
search if there's a form somehow.
No description provided.