Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update expected number of blocks for gallery test
  • Loading branch information
SiobhyB committed Jun 16, 2022
commit befdcbed0634b57ba6e68c657699e29fcbd6e9fb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ class EditorGutenbergTests: XCTestCase {
.enterTextInTitle(text: title)
.addParagraphBlock(withText: content)
.addImageGallery()
.verifyContentStructure(blocks: 5, words: content.components(separatedBy: " ").count, characters: content.count)
.verifyContentStructure(blocks: 2, words: content.components(separatedBy: " ").count, characters: content.count)
}
}