Skip to content

Commit

Permalink
iOS: fix webview_stackoverflow_test and disable webview_leancode_test…
Browse files Browse the repository at this point in the history
… from workflow (#2354)

Co-authored-by: piotruela <[email protected]>
  • Loading branch information
piotruela and piotruela authored Oct 10, 2024
1 parent 55bd858 commit 41c962e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-ios-simulator-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set tests to include
run: |
TESTS_TO_INCLUDE="webview_hackernews_test,\
webview_leancode_test,\
# webview_leancode_test,\ # See https://github.com/leancodepl/patrol/issues/2353
webview_stackoverflow_test"
target_paths=""
Expand Down
2 changes: 2 additions & 0 deletions dev/e2e_app/integration_test/webview_stackoverflow_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ void main() {
'ny4ncat',
index: 1,
keyboardBehavior: KeyboardBehavior.alternative,
tapLocation: Offset(0.5, 0.5),
);
await $.native.tap(Selector(text: 'Log in'));
},
Expand Down Expand Up @@ -74,6 +75,7 @@ void main() {
'ny4ncat',
index: 1,
keyboardBehavior: KeyboardBehavior.alternative,
tapLocation: Offset(0.5, 0.5),
);
await $.native2.tap(
NativeSelector(
Expand Down

0 comments on commit 41c962e

Please sign in to comment.