Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
02574b7e
Unverified
Commit
02574b7e
authored
Dec 14, 2021
by
Chris Yang
Committed by
GitHub
Dec 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ios module test typo (#94878)
parent
87f88734
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FlutterUITests.m
...ration_tests/ios_host_app/FlutterUITests/FlutterUITests.m
+1
-1
No files found.
dev/integration_tests/ios_host_app/FlutterUITests/FlutterUITests.m
View file @
02574b7e
...
@@ -42,7 +42,7 @@ static const CGFloat kStandardTimeOut = 60.0;
...
@@ -42,7 +42,7 @@ static const CGFloat kStandardTimeOut = 60.0;
if
(
!
newPageAppeared
)
{
if
(
!
newPageAppeared
)
{
// Sometimes, the element doesn't respond to the tap, it seems an XCUITest race condition where the tap happened
// Sometimes, the element doesn't respond to the tap, it seems an XCUITest race condition where the tap happened
// too soon. Trying to tap the element again.
// too soon. Trying to tap the element again.
[
self
waitForAndTapElement
:
app
.
buttons
[
@"Full Screen (Warm)
)
"
]];
[
self
waitForAndTapElement
:
app
.
buttons
[
@"Full Screen (Warm)"
]];
newPageAppeared
=
[
app
.
staticTexts
[
@"Button tapped 0 times."
]
waitForExistenceWithTimeout
:
kStandardTimeOut
];
newPageAppeared
=
[
app
.
staticTexts
[
@"Button tapped 0 times."
]
waitForExistenceWithTimeout
:
kStandardTimeOut
];
}
}
XCTAssertTrue
(
newPageAppeared
);
XCTAssertTrue
(
newPageAppeared
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment