Skip to content

Instantly share code, notes, and snippets.

View jennifer-shehane's full-sized avatar

Jennifer Shehane jennifer-shehane

View GitHub Profile
describe "Questions List", ->
beforeEach ->
cy
.server()
context "layout", ->
beforeEach ->
cy
.route(/form_templates\/\d+$/, "fixture:form_template").as("getFormTemplate")
.route(/form_templates\/\d+\/question_headings/, "fixture:question_headings").as("getQuestionHeadings")
describe "Questions List (Form Builder) [lhw]", ->
before -> @visit()
beforeEach ->
cy
.server()
.fixture("form_template").as("formTemplate")
.fixture("question_headings").as("questionHeadings")
.fixture("question_heading").as("questionHeading")
@jennifer-shehane
jennifer-shehane / File_Upload_Example.coffee
Last active September 30, 2015 14:51
Example of test written to cover file uploads implemented in blueimp/jQuery-File-Upload
describe "Answer Files List [0d0]", ->
before -> @visit()
beforeEach ->
cy
.server()
.fixture("answer_photos").as("answerFiles")
.fixture("answer").as("answer")
.then ->
@answerModel = App.request "new:answer:entity", @answer.item
@jennifer-shehane
jennifer-shehane / gist:544da3863bbe47773d70
Last active November 22, 2024 03:47
JSConf US 2015

Day 1

May 27, 2015

Microsoft Developer Advocate for Internet Explorer. Contributing Editor to Smashing Mag.

Woah, You Can Test IE / Microsoft Edge on a Mac & Linux?

How can I know developers pain points without working in the same environment as developers. That's why I use a Mac.