DEV: Fix syntax error in spec file (#19702)

Follow-up to b4adb806e5
This commit is contained in:
Alan Guo Xiang Tan 2023-01-04 05:51:21 +08:00 committed by GitHub
parent c2e18c41a3
commit 1e118a271a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ RSpec.describe "JIT messages", type: :system, js: true do
expect(page).to have_content(
I18n.t("js.chat.mention_warning.cannot_see.one", username: other_user.username),
wait: 5,
)
end
end