Skip to content

Commit 2ca17ac

Browse files
ThibH2OFloFAR
andcommitted
TEST: Search for items from a range of attribute values (see Hypertopic#573 ).
Co-Authored-By: Florentin Farcy <[email protected]>
1 parent 20545f5 commit 2ca17ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

features/step_definitions/event.rb

+7
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,10 @@
9696
end
9797
end
9898

99+
Quand("l'utilisateur sélectionne un intervalle entre {int} et {int} pour l'attribut {string}") do |min, max, attribute|
100+
within '.' + attribute do
101+
find_all('input[type="range"]')[0].set(min)
102+
find_all('input[type="range"]')[1].set(max)
103+
end
104+
end
105+

0 commit comments

Comments
 (0)