Tests
This commit is contained in:
parent
fbec85b1e9
commit
520fbab608
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue