Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: OPENEUROPA-2533: Add behat test for social share block. #114

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions tests/features/social-shar-block.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
@api
Feature: Social share feature
In order to be able to showcase social share blocks
As an anonymous user
I want to use social share blocks

Scenario Outline: The heading of the social share block is translated
Given the following languages are available:
| languages |
| bg |
| cs |
| da |
| de |
| et |
| el |
| en |
| es |
| fr |
| ga |
| hr |
| it |
| lv |
| lt |
| hu |
| mt |
| nl |
| pl |
| pt-pt |
| ro |
| sk |
| sl |
| fi |
| sv |
When I am on "the home page"
And I click "<language>"
Then I should see "<translation>" in the "page" region

Examples:
| language | translation |
| български | Споделете страницата |
| čeština | Sdílet tuto stránku |
| dansk | Del denne side |
| eesti | Jaga seda lehte |
| Deutsch | Seite weiterempfehlen |
| ελληνικά | Διαδώστε αυτή τη σελίδα |
| English | Share this page |
| español | Compartir esta página |
| français | Partager cette page |
| Gaeilge | An leathanach seo a chomhroinnt |
| hrvatski | Podijelite ovu stranicu |
| italiano | Condividi questa pagina |
| latviešu | Kopīgot šo lapu |
| lietuvių | Bendrinti šį puslapį |
| magyar | Oldal megosztása |
| Malti | Ixxerja din il-paġna |
| Nederlands | Delen |
| polski | Udostępnij tę stronę |
| português | Partilhar esta página |
| română | Distribuiți această pagină |
| slovenčina | Podeliť sa o túto stránku |
| slovenščina | Povej naprej |
| suomi | Jaa tämä sivu |
| svenska | Dela sidan |