Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

[WIP] Write feature test to check for responsiveness #138

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
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
14 changes: 14 additions & 0 deletions cypress/integration/PostCardResponsiveness.feature
Original file line number Diff line number Diff line change
@@ -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 | [email protected] | 1234 |
And I am logged in
Given my account has the following postcards:
# | title | |

# Scenario: