Skip to content
Snippets Groups Projects
Commit 395b0b3e authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #2845837 : Updated [ Feature: Website Base Requirements - Website...

Issue #2845837 : Updated [ Feature: Website Base Requirements - Website Languages - All content translatable to all languages ] automated functional test.
parent 831b4ff2
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ cache:
php:
- 5.6
- 7.0
- 7.1
env:
- VERSION=8.x-4.x
......@@ -49,7 +50,7 @@ install:
- mysql -e "SHOW VARIABLES LIKE 'wait_timeout'"
# PHP Configurations.
- echo 'max_execution_time = 600' >> drupal.php.ini;
- echo 'max_execution_time = 300' >> drupal.php.ini;
- echo 'max_input_time = 180' >> drupal.php.ini;
- echo 'max_input_vars = 10000' >> drupal.php.ini;
- echo 'memory_limit = 512M' >> drupal.php.ini;
......
......@@ -13,12 +13,8 @@ Feature: Add Arabic language if we do not have it to languages in the system.
When I select "ar" from "Language name"
And I press "Add language"
And I wait for the batch job to finish
And I wait for the batch job to finish
And I wait for the batch job to finish
Then I should see "The language Arabic has been created and can now be used."
And I wait for the batch job to finish
And I wait for the batch job to finish
And I wait for the batch job to finish
When I go to "/admin/config/regional/language"
And I wait
Then I should see "Arabic"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment