mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-12 22:24:40 +08:00
Fix clone test
The keys were not formatted correctly.
This commit is contained in:
@ -25,7 +25,10 @@ void main() {
|
||||
|
||||
test('Anonymous GitClone works', () async {
|
||||
await driver.tap(buttonFinder);
|
||||
await driver.waitFor(find.text("Success"), timeout: Duration(seconds: 5));
|
||||
await driver.waitFor(
|
||||
find.text("Success"),
|
||||
timeout: Duration(seconds: 15),
|
||||
);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user