swtich toi speed dial for start / stop FAB

This commit is contained in:
Kenton Hamaluik
2020-03-21 15:04:42 -06:00
parent d566e8687b
commit 86416b60e5
12 changed files with 210 additions and 116 deletions

View File

@ -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