Created
February 1, 2012 02:40
-
-
Save arbales/1714738 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Keyboard Shortcut | |
In order to quickly save a bookmark to my inbox | |
As a Mac user | |
I want to be able to press a key combination and be given instant feedback | |
Scenario: Save grove.io | |
Given I have a browser tab open to http://grove.io | |
And I have the Kippt extension installed | |
When I press `Command` + `K` | |
Then the Kippt extension should illuminate | |
And a link to http://grove.io should appear in my Kippt Inbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment