We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfe84d commit a37fe57Copy full SHA for a37fe57
1 file changed
test/supports/tag_helper.rb
@@ -2,15 +2,15 @@
2
3
module TagHelper
4
def fill_in_tag(name, selector = '.tagify__input')
5
+ find('.tagify', wait: 10)
6
tag_input = find(selector)
- sleep 1
7
tag_input.set name
8
tag_input.native.send_keys :return
9
end
10
11
def fill_in_tag_with_alert(name, selector = '.tagify__input')
12
13
14
15
accept_alert do
16
0 commit comments