File tree 3 files changed +2
-15
lines changed
3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
- setup_flutter
163
163
- android/start-emulator-and-run-tests :
164
164
run-tests-working-directory : e2e
165
- additional-avd-args : --device 3
165
+ additional-avd-args : --device pixel_4_xl
166
166
system-image : system-images;android-33;default;x86_64
167
167
post-emulator-launch-assemble-command : cd example && flutter build apk --debug
168
168
test-command : dotnet test
@@ -321,4 +321,4 @@ workflows:
321
321
- hold_release
322
322
filters :
323
323
branches :
324
- only : master
324
+ only : master
Original file line number Diff line number Diff line change @@ -113,8 +113,6 @@ public void ManualInvocation()
113
113
[ Fact ]
114
114
public void MultipleScreenshotsInReproSteps ( )
115
115
{
116
- ScrollDownLittle ( ) ;
117
-
118
116
captain . FindByText ( "Enter screen name" ) . Tap ( ) ;
119
117
captain . Type ( "My Screen" ) ;
120
118
captain . HideKeyboard ( ) ;
@@ -189,8 +187,6 @@ public void ChangeFloatingButtonEdge()
189
187
[ Fact ]
190
188
public void OnDismissCallbackIsCalled ( )
191
189
{
192
- ScrollDownLittle ( ) ;
193
-
194
190
captain . FindByText ( "Set On Dismiss Callback" ) . Tap ( ) ;
195
191
captain . FindByText ( "Invoke" ) . Tap ( ) ;
196
192
Original file line number Diff line number Diff line change @@ -36,15 +36,6 @@ protected void ScrollDown()
36
36
) ;
37
37
}
38
38
39
-
40
- protected void ScrollDownLittle ( )
41
- {
42
- captain . Swipe (
43
- start : new Point ( captain . Window . Size . Width / 2 , captain . Window . Size . Height - 200 ) ,
44
- end : new Point ( captain . Window . Size . Width / 2 , captain . Window . Size . Height - 220 )
45
- ) ;
46
- }
47
-
48
39
protected void ScrollUp ( )
49
40
{
50
41
captain . Swipe (
You can’t perform that action at this time.
0 commit comments