Feature: Tinybit Test field image configuration. @api Scenario: Check if Enable Alt field is checked by default on article. Given I am on "/user/login" And I enter test for Username And I enter test for Password And I press the "edit-submit" button Then I should see "Member for" Then the response status code should be 200 Then I am on "/admin/modules" Then I check the box "Content Translation" Then I check the box "Language" Then the response status code should be 200 And I am on "admin/structure/types/manage/article/fields/node.article.field_image" Then the response status code should be 200 Then the "Enable Alt field" checkbox should be checked Then the "Alt field required" checkbox should be checked Then the "Enable Title field" checkbox should not be checked Then I should see "Translatable elements" in the "#edit-third-party-settings-content-translation-translation-sync--wrapper" element Then I should see the text "Translatable elements" Then the "File" checkbox should not be checked Then the "Alt" checkbox should be checked #This is the title Then the "edit-third-party-settings-content-translation-translation-sync-title" checkbox should be checked Scenario: Check if there is no checkbox labeled title in the "Translatable elements" checkbox group. Given I am on "/user/login" And I enter test for Username And I enter test for Password And I press the "edit-submit" button Then I should see "Member for" Then the response status code should be 200 Then I am on "/admin/modules" Then I check the box "Content Translation" Then I check the box "Language" Then the response status code should be 200 Given I am on "admin/structure/types/manage/article/fields/node.article.field_image" Then the response status code should be 200 Then the "Enable Alt field" checkbox should be checked Then the "Alt field required" checkbox should be checked Then the "Enable Title field" checkbox should not be checked Then I should not see "Title" in the "#edit-third-party-settings-content-translation-translation-sync--wrapper" element Then the "edit-third-party-settings-content-translation-translation-sync-title" checkbox should not be checked Scenario: Uncheck the checkbox labeled "Enable Alt field". Given I am on "/user/login" And I enter test for Username And I enter test for Password And I press the "edit-submit" button Then I should see "Member for" Then the response status code should be 200 Then I am on "/admin/modules" Then I check the box "Content Translation" Then I check the box "Language" Then the response status code should be 200 Given I am on "admin/structure/types/manage/article/fields/node.article.field_image" Then the "Enable Title field" checkbox should not be checked Then I uncheck the box "Enable Alt field" Then I should not see "Alt field required" Then I should not see "Alt" in the "#edit-third-party-settings-content-translation-translation-sync--wrapper" element Scenario: Check the checkbox labeled "Enable Alt field" Given I am on "/user/login" And I enter test for Username And I enter test for Password And I press the "edit-submit" button Then I should see "Member for" Then the response status code should be 200 Then I am on "/admin/modules" Then I check the box "Content Translation" Then I check the box "Language" Then the response status code should be 200 Given I am on "admin/structure/types/manage/article/fields/node.article.field_image" Then the "Enable Title field" checkbox should not be checked Then I check the box "Enable Alt field" Then I should see "Alt field required" Then I should see "Alt" in the "#edit-third-party-settings-content-translation-translation-sync--wrapper" element Then the "Alt" checkbox should be checked