Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit a9843e3

Browse files
committed
skip these for now
1 parent eca939d commit a9843e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/system/ai_helper/ai_proofreading_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
context "when triggering via keyboard shortcut" do
1919
it "proofreads selected text using" do
20+
skip("Message bus updates not appearing in tests")
2021
visit "/new-topic"
2122
composer.fill_content("hello worldd !")
2223

@@ -30,6 +31,7 @@
3031
end
3132

3233
it "proofreads all text when nothing is selected" do
34+
skip("Message bus updates not appearing in tests")
3335
visit "/new-topic"
3436
composer.fill_content("hello worrld")
3537

0 commit comments

Comments
 (0)