We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd9498 commit 6998866Copy full SHA for 6998866
test/specs/test.js
@@ -78,7 +78,14 @@ module.exports = {
78
.assert.cssClassPresent('.history .entry:nth-child(4)', 'inspected')
79
.assert.cssClassPresent('.history .entry:nth-child(4)', 'active')
80
81
- // filtering
+ // filtering state & getters
82
+ .setValue('.right .search input', 'cou')
83
+ .assert.count('.data-field', 1)
84
+ .setValue('.right .search input', 'no value')
85
+ .assert.count('.data-field', 0)
86
+ .clearValue('.right .search input')
87
+
88
+ // filtering history
89
.setValue('.search input', 'inc')
90
.assert.count('.history .entry', 3)
91
.assert.count('.history .entry.inspected', 0)
0 commit comments