Skip to content
Snippets Groups Projects
Commit 2e636130 authored by Zan Vidmar's avatar Zan Vidmar Committed by zanvidmar
Browse files

Issue #3460756: Fix behat tests for address

Due to wrong selection "Lviv oblast" behat tests are failing.
We need to rename it to "Lvivska oblast".
parent 81eed548
No related branches found
No related tags found
No related merge requests found
......@@ -21,3 +21,5 @@ Rawdata
# Ckeditor toolbar option.
strikethrough
Stringable
# Address region in behat tests.
Lvivska
\ No newline at end of file
......@@ -27,7 +27,7 @@ Feature: All day event for different timezones
| City | Lviv |
| Street address | Fedkovycha 60a |
| Postal code | 79000 |
And I select "Lviv oblast" from "Region"
And I select "Lvivska oblast" from "Region"
And I press "Create event"
Then I should see "This is a timezone test for all day events has been created."
And I should see "1 Jan '25"
......
......@@ -27,7 +27,7 @@ Feature: Create Event
| City | Lviv |
| Street address | Fedkovycha 60a |
| Postal code | 79000 |
And I select "Lviv oblast" from "Region"
And I select "Lvivska oblast" from "Region"
And I press "Create event"
Then I should see "This is a test event has been created."
And I should see "THIS IS A TEST EVENT"
......
......@@ -24,7 +24,7 @@ Feature: Create flexible groups
| Street address | Fedkovycha 60a |
| Postal code | 79000 |
# @todo https://www.drupal.org/project/social/issues/3314737
# | Oblast | Lviv Oblast |
# | Oblast | Lvivska Oblast |
Then I should see the group I just created
......
......@@ -25,7 +25,7 @@ Feature: I want to have a profile
| City | Lviv |
| Street address | Fedkovycha 60a |
| Postal code | 79000 |
And I select "Lviv oblast" from "Region"
And I select "Lvivska oblast" from "Region"
And I fill in the "edit-field-profile-self-introduction-0-value" WYSIWYG editor with "Self intro text."
And I press "Save"
Then I should see "Edit"
......@@ -36,5 +36,5 @@ Feature: I want to have a profile
And I should see "Fedkovycha 60a"
And I should see "79000"
And I should see "Lviv"
And I should see "Lviv oblast"
And I should see "Lvivska oblast"
And I should see "Self intro text"
......@@ -24,7 +24,7 @@ Feature: I want to be able to hide certain profile information
| City | Lviv |
| Street address | Fedkovycha 60a |
| Postal code | 79000 |
And I select "Lviv oblast" from "Region"
And I select "Lvivska oblast" from "Region"
And I press "Save"
And I click the xth "0" element with the css ".navbar-nav .profile"
And I click "Settings"
......@@ -38,7 +38,7 @@ Feature: I want to be able to hide certain profile information
And I should see "Fedkovycha 60a"
And I should see "79000"
And I should see "Lviv"
And I should see "Lviv oblast"
And I should see "Lvivska oblast"
Given I am logged in as "user_1"
And I click the xth "0" element with the css ".navbar-nav .profile"
......@@ -60,7 +60,7 @@ Feature: I want to be able to hide certain profile information
And I should not see "Fedkovycha 60a"
And I should not see "79000"
And I should not see "Lviv"
And I should not see "Lviv oblast"
And I should not see "Lvivska oblast"
# Enable the privacy setting.
Given I am logged in as an "administrator"
......@@ -70,4 +70,4 @@ Feature: I want to be able to hide certain profile information
And I should see "Fedkovycha 60a"
And I should see "79000"
And I should see "Lviv"
And I should see "Lviv oblast"
And I should see "Lvivska oblast"
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