mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-08-19 14:20:11 +00:00
test: attempt to fix flaky test (#6970)
This commit is contained in:
parent
e8f2940024
commit
399b7dd682
@ -538,8 +538,8 @@ void main() {
|
|||||||
|
|
||||||
// edit the first date cell
|
// edit the first date cell
|
||||||
await tester.tapCellInGrid(rowIndex: 0, fieldType: FieldType.DateTime);
|
await tester.tapCellInGrid(rowIndex: 0, fieldType: FieldType.DateTime);
|
||||||
await tester.toggleIncludeTime();
|
|
||||||
final now = DateTime.now();
|
final now = DateTime.now();
|
||||||
|
await tester.toggleIncludeTime();
|
||||||
await tester.selectDay(content: now.day);
|
await tester.selectDay(content: now.day);
|
||||||
|
|
||||||
await tester.dismissCellEditor();
|
await tester.dismissCellEditor();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user