mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 07:07:32 -04:00
Merge pull request #1592 from LucasXu0/fix_integration_test
test: fix integration test
This commit is contained in:
commit
af716be7aa
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ extension AppFlowyTestBase on WidgetTester {
|
||||||
String tr, {
|
String tr, {
|
||||||
int milliseconds = 500,
|
int milliseconds = 500,
|
||||||
}) async {
|
}) async {
|
||||||
final button = find.textContaining(tr);
|
final button = find.text(tr);
|
||||||
await tapButton(
|
await tapButton(
|
||||||
button,
|
button,
|
||||||
milliseconds: milliseconds,
|
milliseconds: milliseconds,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue