We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23434cf + 2afd8d7 commit 2bf1a5bCopy full SHA for 2bf1a5b
app/src/androidTest/kotlin/org/wordpress/aztec/demo/tests/MixedTextFormattingTests.kt
@@ -254,6 +254,7 @@ class MixedTextFormattingTests : BaseTest() {
254
.hasChanges(AztecText.EditorHasChanges.NO_CHANGES) // Verify that the user had not changed the input
255
}
256
257
+ @Ignore("Until this issue is fixed: https://github.com/wordpress-mobile/AztecEditor-Android/issues/698")
258
@Test
259
fun testHasChangesWithMixedBoldAndItalicFormatting() {
260
val input = "<b>bold <i>italic</i> bold</b>"
0 commit comments