FIX: Table builder spec (#24775)

This commit is contained in:
Keegan George 2023-12-07 11:15:26 -08:00 committed by GitHub
parent ee05f57e2d
commit 9de0626356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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