Skip to content

Commit

Permalink
Fixes the magazines test setup description
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Jan 9, 2019
1 parent 46afb88 commit 85ab70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/magazines/list.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('Magazines: List Action Test', () => {

let timesNavigatedToNextPage = 0

before('Creates a new magazine', () => {
before('Gets a list of magazines', () => {
const url = Factory.apiUrl({ route: `api/${resourceName}/` })
cy.request('GET', url).
then((res) => { magazines = res.body })
Expand Down

0 comments on commit 85ab70a

Please # to comment.