feat: CRUD operation for associated articles to current article (#4912)
This commit is contained in:
@@ -80,6 +80,7 @@ RSpec.describe Article, type: :model do
|
||||
|
||||
params = { query: 'title' }
|
||||
records = portal_1.articles.search(params)
|
||||
|
||||
expect(records.count).to eq(4)
|
||||
|
||||
params = { query: 'the content' }
|
||||
|
||||
Reference in New Issue
Block a user