Feature: Tinybit Test field image configuration. Scenario: Check if Enable Alt field is checked by default on article. Given I am on "/" Then I should see "XYZ" Given I am on "/user/login" And I enter test for Username And I enter test for Password And I click "Log in" Then the response status code should be 200 And I am on "admin/structure/types/manage/article/fields/node.article.field_image" Then the "Enable Alt field" checkbox should be checked Then I should see the text "Enable"