X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fdrupal-extension%2Ffeatures%2Flanguage.feature;fp=vendor%2Fdrupal%2Fdrupal-extension%2Ffeatures%2Flanguage.feature;h=8bfb73af27971b04f28e03b5a0570478f3ed299c;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/drupal/drupal-extension/features/language.feature b/vendor/drupal/drupal-extension/features/language.feature new file mode 100644 index 000000000..8bfb73af2 --- /dev/null +++ b/vendor/drupal/drupal-extension/features/language.feature @@ -0,0 +1,21 @@ +@api @d7 @d8 +Feature: Language support + In order to demonstrate the language integration + As a developer for the Behat Extension + I need to provide test cases for the language support + + # These test scenarios assume to have a clean installation of the "standard" + # profile and that the "behat_test" module from the "fixtures/" folder is + # enabled on the site. + + Scenario: Enable multiple languages + Given the following languages are available: + | languages | + | en | + | fr | + | de | + And I am logged in as a user with the 'administrator' role + When I go to "admin/config/regional/language" + Then I should see "English" + And I should see "French" + And I should see "German"