Flaky Spec Fix:Ensure We Fill In Article Content Successfully with More Targeted tag (#10330)
This commit is contained in:
parent
1aa8233d9e
commit
b9598ad7d5
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ RSpec.describe "Using the editor", type: :system do
|
|||
|
||||
def fill_markdown_with(content)
|
||||
visit "/new"
|
||||
fill_in "article_body_markdown", with: content
|
||||
within("#article-form") { fill_in "article_body_markdown", with: content }
|
||||
end
|
||||
|
||||
describe "Previewing an article", js: true do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue