Remove extra subsite fixture definition

This commit is contained in:
Robbie Averill 2018-07-13 16:31:10 +12:00
parent f635aa9811
commit 191c63bd9b

View File

@ -6,7 +6,6 @@ Feature: Select a subsite
Background: Background:
Given a "subsite" "Subsite B" Given a "subsite" "Subsite B"
And a "subsite" "Subsite B"
And a "page" "My page" with "URLSegment"="my-page", "Content"="My page content" And a "page" "My page" with "URLSegment"="my-page", "Content"="My page content"
And I am logged in with "ADMIN" permissions And I am logged in with "ADMIN" permissions
Then I go to "admin/pages" Then I go to "admin/pages"