Skip to content

Commit

Permalink
Merge branch 'main' into 0.3.8_launch_review
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Nov 12, 2023
2 parents 79b8f1f + 50e6125 commit 8a4098f
Show file tree
Hide file tree
Showing 41 changed files with 438 additions and 346 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ void main() {
await tester.initializeAppFlowy();
await tester.tapGoButton();

tester.expectToSeeDocumentIcon(null);

// Hover over cover toolbar to show the 'Add Cover' and 'Add Icon' buttons
await tester.editor.hoverOnCoverToolbar();
tester.expectToSeeDocumentIcon('⭐️');

// Insert a document icon
await tester.editor.tapGettingStartedIcon();
Expand Down Expand Up @@ -93,12 +90,9 @@ void main() {
await tester.initializeAppFlowy();
await tester.tapGoButton();

tester.expectToSeeDocumentIcon(null);
tester.expectToSeeDocumentIcon('⭐️');
tester.expectToSeeNoDocumentCover();

// Hover over cover toolbar to show the 'Add Cover' and 'Add Icon' buttons
await tester.editor.hoverOnCoverToolbar();

// Insert a document icon
await tester.editor.tapGettingStartedIcon();
await tester.tapEmoji('😀');
Expand Down
Loading

0 comments on commit 8a4098f

Please sign in to comment.