We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2793129 commit 40c060bCopy full SHA for 40c060b
ios_tests/lib/ios/specs/device/device.rb
@@ -6,7 +6,7 @@ def before_first
6
# go back to the main page
7
def go_back
8
back
9
- wait { ! exists { id 'ArrowButton' } } # successfully transitioned back
+ wait { !exists { id 'ArrowButton' } } # successfully transitioned back
10
end
11
12
t 'before_first' do
0 commit comments