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
const Nightmare = require('nightmare') | |
const assert = require('assert') | |
describe('Landing Page', function() { | |
this.timeout('30s') | |
let nightmare = null | |
beforeEach(() => { | |
nightmare = new Nightmare({ show: true }) | |
}) |
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
const Nightmare = require('nightmare') | |
const assert = require('assert') | |
describe('Landing Page', function() { | |
this.timeout('30s') | |
let nightmare = null | |
beforeEach(() => { | |
nightmare = new Nightmare({ show: true }) | |
}) |
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
const Nightmare = require('nightmare') | |
const assert = require('assert') | |
describe('Landing Page', function() { | |
this.timeout('30s') | |
let nightmare = null | |
beforeEach(() => { | |
nightmare = new Nightmare({ show: true }) | |
}) |
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
const Nightmare = require('nightmare') | |
const assert = require('assert') | |
describe('Landing Page', function() { | |
this.timeout('30s') | |
let nightmare = null | |
beforeEach(() => { | |
nightmare = new Nightmare({ show: true }) | |
}) |
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
const Nightmare = require('nightmare') | |
const assert = require('assert') | |
describe('Landing Page', function() { | |
this.timeout('30s') | |
let nightmare = null | |
beforeEach(() => { | |
nightmare = new Nightmare({ show: true }) | |
}) |
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
const Nightmare = require('nightmare') | |
const assert = require('assert') | |
describe('Landing Page', function() { | |
this.timeout('30s') | |
let nightmare = null | |
beforeEach(() => { | |
nightmare = new Nightmare({ show: true }) | |
}) |
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
const Nightmare = require('nightmare') | |
const assert = require('assert') | |
describe('Landing Page', function() { | |
this.timeout('30s') | |
let nightmare = null | |
beforeEach(() => { | |
nightmare = new Nightmare({ show: true }) | |
}) |
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
const Nightmare = require('nightmare') | |
const assert = require('assert') | |
const localStorage = require('mock-local-storage') | |
describe('Landing Page', function() { | |
this.timeout('30s') | |
let nightmare = null | |
beforeEach(() => { | |
nightmare = new Nightmare({ show: true }) |
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
#root > div > div > div > div > div > div:nth-child(1) > a > img |
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
const Nightmare = require('nightmare') | |
const assert = require('assert') | |
describe('Landing Page', function() { | |
this.timeout('30s') | |
let nightmare = null | |
beforeEach(() => { | |
nightmare = new Nightmare({ show: true }) | |
}) |
NewerOlder