Skip to content

Commit 1a23468

Browse files
committed
fix test
1 parent c4ed57a commit 1a23468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/source/tests/compose.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ export const defineComposeTests = (testVariant: TestVariant, testWithBrowser: Te
19061906
appendUrl: `draftId=${draftId}`,
19071907
});
19081908
expect(await composePage.attr('@input-subject', 'dir')).to.eq('rtl');
1909-
expect(await composePage.readHtml('@input-body')).to.include('<div dir="rtl">مرحبا<br></div>');
1909+
expect(await composePage.readHtml('@input-body')).to.include('<div dir="rtl">مرحبا</div>');
19101910
})
19111911
);
19121912

@@ -1925,7 +1925,7 @@ export const defineComposeTests = (testVariant: TestVariant, testWithBrowser: Te
19251925
composePage = await ComposePageRecipe.openStandalone(t, browser, 'compatibility', {
19261926
appendUrl: `draftId=${draftId}`,
19271927
});
1928-
expect(await composePage.readHtml('@input-body')).to.include('<div dir="rtl">مرحبا<br></div>');
1928+
expect(await composePage.readHtml('@input-body')).to.include('<div dir="rtl">مرحبا</div>');
19291929
})
19301930
);
19311931

0 commit comments

Comments
 (0)