Skip to content

Commit 2bf1a5b

Browse files
authored
Merge pull request #699 from wordpress-mobile/add/ignore-test-bold-italic
adding ignore test for lesser important issue
2 parents 23434cf + 2afd8d7 commit 2bf1a5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/androidTest/kotlin/org/wordpress/aztec/demo/tests/MixedTextFormattingTests.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class MixedTextFormattingTests : BaseTest() {
254254
.hasChanges(AztecText.EditorHasChanges.NO_CHANGES) // Verify that the user had not changed the input
255255
}
256256

257+
@Ignore("Until this issue is fixed: https://github.com/wordpress-mobile/AztecEditor-Android/issues/698")
257258
@Test
258259
fun testHasChangesWithMixedBoldAndItalicFormatting() {
259260
val input = "<b>bold <i>italic</i> bold</b>"

0 commit comments

Comments
 (0)