DEV: Fix random typos (#23801)

Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
This commit is contained in:
Jarek Radosz
2023-10-05 20:40:53 +02:00
committed by GitHub
parent affcb44557
commit 1251757d48
5 changed files with 7 additions and 7 deletions

View File

@@ -395,7 +395,7 @@ RSpec.describe "New message", type: :system do
end
context "when filtering" do
it "shows only matching users regarless of prefix" do
it "shows only matching users regardless of prefix" do
chat_page.message_creator.filter("#bob")
expect(chat_page.message_creator).to be_listing(user_1)