File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ module.exports = {
19
19
. assert . visible ( '.tree' )
20
20
. assert . containsText ( '.action-header .title' , 'Root' )
21
21
. assert . elementPresent ( '.data-field' )
22
- . assert . containsText ( '.data-field' , '$route:Object ' )
22
+ . assert . containsText ( '.data-field' , '$route' )
23
23
24
24
// should expand root by default
25
25
. assert . count ( '.instance' , baseInstanceCount )
@@ -222,7 +222,7 @@ module.exports = {
222
222
. setValue ( '.import-state textarea' , '{"count":42,"date":"[native Date Fri Dec 22 2017 10:12:04 GMT+0100 (CET)]"}' )
223
223
. waitForElementNotVisible ( '.message.invalid-json' , 1000 )
224
224
. assert . containsText ( '.vuex-state-inspector' , 'count:42' )
225
- . assert . containsText ( '.vuex-state-inspector' , 'date:Fri Dec 22 2017 10:12:04 GMT+0100 (CET)' )
225
+ . assert . containsText ( '.vuex-state-inspector' , 'date:' + new Date ( ' Fri Dec 22 2017 10:12:04 GMT+0100 (CET)') )
226
226
. click ( '.import' )
227
227
. waitForElementNotPresent ( '.import-state' , 2000 )
228
228
You can’t perform that action at this time.
0 commit comments