Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
using empty fixture hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
hem-brahmbhatt committed Jan 8, 2019
1 parent adf192e commit 4587185
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/submission.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@
// } from './pageObjects'
// import setFixtureHooks from './helpers/set-fixture-hooks'

// const f = fixture.skip('Submission')
const f = fixture('Submission')
// setFixtureHooks(f)

f
.before(() => Promise.resolve())
.beforeEach(() => Promise.resolve())
.afterEach(() => Promise.resolve())
// const manuscript = {
// title: 'The Relationship Between Lamport Clocks and Interrupts Using Obi',
// file: './fixtures/dummy-manuscript-2.pdf',
Expand Down

0 comments on commit 4587185

Please sign in to comment.