mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 12:27:32 +08:00
FIX: Table builder spec (#24775)
This commit is contained in:
parent
ee05f57e2d
commit
9de0626356
|
@ -99,11 +99,13 @@ describe "Table Builder", type: :system do
|
|||
|Make | Model | Year|
|
||||
|--- | --- | ---|
|
||||
|Toyota | Supra | 1998|
|
||||
|Nissan | Skyline | 1999|
|
||||
|Nissan | Skyline GTR | 1999|
|
||||
|Honda | S2000 | 2001|
|
||||
RAW
|
||||
|
||||
expect(normalize_value(post1.reload.raw)).to eq(normalize_value(updated_post))
|
||||
try_until_success do
|
||||
expect(normalize_value(post1.reload.raw)).to eq(normalize_value(updated_post))
|
||||
end
|
||||
end
|
||||
|
||||
context "when adding an edit reason" do
|
||||
|
|
Loading…
Reference in New Issue
Block a user