mirror of
https://github.com/discourse/discourse.git
synced 2025-06-10 07:38:03 +08:00
DEV: Skip prosemirror flaky (#32231)
Example of a failure is here https://github.com/discourse/discourse/actions/runs/14345676579/job/40214833933
This commit is contained in:
@ -634,7 +634,7 @@ describe "Composer - ProseMirror editor", type: :system do
|
|||||||
expect(composer).to have_value("This is ~~SPARTA!~~ `code!`.")
|
expect(composer).to have_value("This is ~~SPARTA!~~ `code!`.")
|
||||||
end
|
end
|
||||||
|
|
||||||
it "allows typing before a code mark with/without the mark" do
|
xit "allows typing before a code mark with/without the mark" do
|
||||||
open_composer_and_toggle_rich_editor
|
open_composer_and_toggle_rich_editor
|
||||||
|
|
||||||
composer.type_content("`code mark`")
|
composer.type_content("`code mark`")
|
||||||
|
Reference in New Issue
Block a user