FIX: Flaky table builder spec ()

This commit is contained in:
Keegan George 2023-12-04 12:14:07 -08:00 committed by GitHub
parent b9110c5a71
commit 7756c210da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ describe "Table Builder", type: :system do
fab!(:topic) { Fabricate(:topic, user: user) }
fab!(:post1) { create_post(user: user, topic: topic, raw: <<~RAW) }
|Make | Model | Year|
|-------| ------- | ----|
|--- | --- | ---|
|Toyota | Supra | 1998|
|Nissan | Skyline | 1999|
|Honda | S2000 | 2001|
@ -97,7 +97,7 @@ describe "Table Builder", type: :system do
updated_post = <<~RAW
|Make | Model | Year|
|-------| ------- | ----|
|--- | --- | ---|
|Toyota | Supra | 1998|
|Nissan | Skyline | 1999|
|Honda | S2000 | 2001|