Im trying to write tests for a responsive website, and I want to write a step like so:
Given I am in the desktop view
or
Given I am in the mobile view
How can I accomplish this in lettuce?
I've found this answer, but I cant figure out where to plug this, or if this is the best thing to do. Any help would be much appreciated.