This commit is contained in:
Hillel Coren 2019-08-26 00:20:15 +03:00
parent fbec85b1e9
commit 520fbab608
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ void main() {
print('Fill form: $clientName'); print('Fill form: $clientName');
await driver.tap(find.byValueKey(localization.client)); await driver.tap(find.byValueKey(localization.client));
await driver.tap(find.text(localization.createNew)); await driver.tap(find.byTooltip(localization.createNew));
await driver.tap(find.byValueKey(localization.name)); await driver.tap(find.byValueKey(localization.name));
await driver.enterText(clientName); await driver.enterText(clientName);