DEV: Fix random typos (#24756)

This commit is contained in:
Jarek Radosz
2023-12-06 22:25:26 +01:00
committed by GitHub
parent 6eb1cadb73
commit 8623631a06
6 changed files with 9 additions and 9 deletions

View File

@ -9,13 +9,13 @@ RSpec.describe "User card", type: :system do
before { chat_system_bootstrap }
shared_examples "not showing chat button" do
it "doesn’t show the chat buttton" do
it "doesn’t show the chat button" do
expect(page).to have_no_css(".chat-user-card-btn")
end
end
shared_examples "showing chat button" do
it "shows the chat buttton" do
it "shows the chat button" do
expect(page).to have_css(".chat-user-card-btn")
end
end