Skip to content

Commit f40c6cf

Browse files
author
Guillaume Chau
committed
Fix failing tests
1 parent 04c6bd8 commit f40c6cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/specs/test.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ module.exports = {
8181
// filtering state & getters
8282
.setValue('.right .search input', 'cou')
8383
.assert.count('.data-field', 1)
84+
.clearValue('.right .search input')
8485
.setValue('.right .search input', 'no value')
8586
.assert.count('.data-field', 0)
8687
.clearValue('.right .search input')
@@ -102,6 +103,10 @@ module.exports = {
102103
.assert.count('.history .entry.inspected.active', 1)
103104
.clearValue('.search input')
104105

106+
// Clear filters (clearValue is buggy)
107+
.click('.button.components')
108+
.click('.button.vuex')
109+
105110
// inspecting
106111
.click('.history .entry:nth-child(3) .mutation-type')
107112
.assert.cssClassPresent('.history .entry:nth-child(3)', 'inspected')

0 commit comments

Comments
 (0)