Feature: Articles administration
In order to be confident of the system
As an administrator
I want to be sure the article pages displays correctly
Scenario: Load the article admin form
Given I have logged in to admin
When I go to /admin/cms.article_edit.php
Then the page should load successfully
And the article form should display
Scenario: Load the article list
Given I have logged in to admin
When I go to /admin/cms.article_list.php
Then the page should load successfully
And the article list should display