You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a fixture in the e2e/fixtures directory. You can use this tool to generate the editorial data, generate around 100 elements.
Implement a fake editorials service in utils/server-test (use articles as example), an array of 3 editorials is fine, just take 3 elements of the generated fixture.
Declare the editorials Resource in demo/App.js
Implement e2e tests for list, create, view, edit (use the /articles tests as example)
The text was updated successfully, but these errors were encountered:
Steps
The text was updated successfully, but these errors were encountered: