File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def before_first
44
44
ensure
45
45
set_wait
46
46
end
47
- value . must_equal " Invalid locator strategy: css selector"
47
+ value . must_equal ' Invalid locator strategy: css selector'
48
48
end
49
49
end
50
50
end
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def go_back
28
28
end
29
29
30
30
t 'app_installed' do
31
- installed = app_installed? " Derrp"
31
+ installed = app_installed? ' Derrp'
32
32
installed . must_equal false
33
33
end
34
34
@@ -47,7 +47,7 @@ def go_back
47
47
end
48
48
49
49
t 'available_contexts' do
50
- available_contexts . must_equal [ " NATIVE_APP" ]
50
+ available_contexts . must_equal [ ' NATIVE_APP' ]
51
51
end
52
52
53
53
t 'current_context' do
@@ -60,8 +60,8 @@ def go_back
60
60
end
61
61
62
62
t 'app_strings' do
63
- app_strings . must_include " SearchBarExplain"
64
- app_strings ( 'en' ) . must_include " SearchBarExplain"
63
+ app_strings . must_include ' SearchBarExplain'
64
+ app_strings ( 'en' ) . must_include ' SearchBarExplain'
65
65
end
66
66
67
67
t 'action_chain' do
You can’t perform that action at this time.
0 commit comments