Skip to content

Instantly share code, notes, and snippets.

@goofballLogic
Last active March 26, 2021 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofballLogic/38755afe4d17e22148d16ca2dc565093 to your computer and use it in GitHub Desktop.
Save goofballLogic/38755afe4d17e22148d16ca2dc565093 to your computer and use it in GitHub Desktop.
Feature: Application branding
As Doogie
I want to be bathed in the familiar blue glow of my IBM CRT monitor and text editor
So that I can shift into the right mental model for an uplifting closing diary entry
Background: Load the app
Given I have loaded the app
Scenario: Styling
Then the background colour should be "bright blue"
And the text colour should be "white"
Scenario: Textual elements
Then the title and heading should be "Personal journal of Doogie Howser, M.D."
And the title should have a "cyan" background colour, drop shadow and horizontal rule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment