Skip to content

Commit 8a4098f

Browse files
committed
Merge branch 'main' into 0.3.8_launch_review
2 parents 79b8f1f + 50e6125 commit 8a4098f

File tree

41 files changed

+438
-346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+438
-346
lines changed

frontend/appflowy_flutter/integration_test/document/document_with_cover_image_test.dart

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ void main() {
5757
await tester.initializeAppFlowy();
5858
await tester.tapGoButton();
5959

60-
tester.expectToSeeDocumentIcon(null);
61-
62-
// Hover over cover toolbar to show the 'Add Cover' and 'Add Icon' buttons
63-
await tester.editor.hoverOnCoverToolbar();
60+
tester.expectToSeeDocumentIcon('⭐️');
6461

6562
// Insert a document icon
6663
await tester.editor.tapGettingStartedIcon();
@@ -93,12 +90,9 @@ void main() {
9390
await tester.initializeAppFlowy();
9491
await tester.tapGoButton();
9592

96-
tester.expectToSeeDocumentIcon(null);
93+
tester.expectToSeeDocumentIcon('⭐️');
9794
tester.expectToSeeNoDocumentCover();
9895

99-
// Hover over cover toolbar to show the 'Add Cover' and 'Add Icon' buttons
100-
await tester.editor.hoverOnCoverToolbar();
101-
10296
// Insert a document icon
10397
await tester.editor.tapGettingStartedIcon();
10498
await tester.tapEmoji('😀');

0 commit comments

Comments
 (0)