File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ module.exports = {
81
81
// filtering state & getters
82
82
. setValue ( '.right .search input' , 'cou' )
83
83
. assert . count ( '.data-field' , 1 )
84
+ . clearValue ( '.right .search input' )
84
85
. setValue ( '.right .search input' , 'no value' )
85
86
. assert . count ( '.data-field' , 0 )
86
87
. clearValue ( '.right .search input' )
@@ -102,6 +103,10 @@ module.exports = {
102
103
. assert . count ( '.history .entry.inspected.active' , 1 )
103
104
. clearValue ( '.search input' )
104
105
106
+ // Clear filters (clearValue is buggy)
107
+ . click ( '.button.components' )
108
+ . click ( '.button.vuex' )
109
+
105
110
// inspecting
106
111
. click ( '.history .entry:nth-child(3) .mutation-type' )
107
112
. assert . cssClassPresent ( '.history .entry:nth-child(3)' , 'inspected' )
You can’t perform that action at this time.
0 commit comments