[deploy] Change text in failing PUBLISH test (#8162)
This commit is contained in:
parent
9de9c57c63
commit
064dd26df4
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ RSpec.describe "Using the editor", type: :system do
|
|||
fill_in "article-form-title", with: "This is a test"
|
||||
fill_in "tag-input", with: "What, Yo"
|
||||
fill_in "article_body_markdown", with: "Hello"
|
||||
find("button", text: /\APUBLISH\z/).click
|
||||
find("button", text: /\APublish\z/).click
|
||||
expect(page).to have_text("Hello")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue