mirror of
https://github.com/hamaluik/timecop.git
synced 2025-05-17 16:56:05 +08:00
swtich toi speed dial for start / stop FAB
This commit is contained in:
@ -17,9 +17,9 @@ void main() {
|
||||
|
||||
test('take screenshots', () async {
|
||||
// take a screenshot of the dashboard
|
||||
SerializableFinder startTimerButton = find.byValueKey("startTimerButton");
|
||||
SerializableFinder descriptionField = find.byValueKey("descriptionField");
|
||||
|
||||
await driver.waitFor(startTimerButton);
|
||||
await driver.waitFor(descriptionField);
|
||||
await screenshot(driver, config, '01 dashboard');
|
||||
|
||||
// then the timer details page
|
||||
|
Reference in New Issue
Block a user