DEV: Fix random typos (#19973)

This commit is contained in:
Jarek Radosz
2023-01-24 15:41:01 +01:00
committed by GitHub
parent 1bc39c1a4f
commit 17deb79fcb
5 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
RSpec.describe "Shorcuts | chat composer", type: :system, js: true do
RSpec.describe "Shortcuts | chat composer", type: :system, js: true do
fab!(:channel_1) { Fabricate(:chat_channel) }
fab!(:current_user) { Fabricate(:user) }
@ -15,7 +15,7 @@ RSpec.describe "Shorcuts | chat composer", type: :system, js: true do
end
context "when using meta + l" do
xit "handles insert link shorcut" do
xit "handles insert link shortcut" do
end
end

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
RSpec.describe "Shorcuts | sidebar", type: :system, js: true do
RSpec.describe "Shortcuts | sidebar", type: :system, js: true do
fab!(:current_user) { Fabricate(:admin) }
let(:chat) { PageObjects::Pages::Chat.new }