From fdf39047b36a4a79dfbb80e25bd465325a040ed8 Mon Sep 17 00:00:00 2001 From: faithngetich Date: Tue, 15 Jan 2019 15:20:30 +0300 Subject: [PATCH] Write feature test to check for responsiveness --- cypress/integration/PostCardResponsiveness.feature | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cypress/integration/PostCardResponsiveness.feature diff --git a/cypress/integration/PostCardResponsiveness.feature b/cypress/integration/PostCardResponsiveness.feature new file mode 100644 index 00000000..53e4ef98 --- /dev/null +++ b/cypress/integration/PostCardResponsiveness.feature @@ -0,0 +1,14 @@ +Feature: PostCardResponsiveness + As a user + I would like to see posts in full with on my mobile + In order to be able to read comfortably on the go + + Background: + Given my account has the following details: + | name | email | password | + | Peter Lustig | admin@example.org | 1234 | + And I am logged in + Given my account has the following postcards: + # | title | | + + # Scenario: