Skip to content

Instantly share code, notes, and snippets.

@misaxi
Created January 30, 2014 03:24
Show Gist options
  • Save misaxi/8701989 to your computer and use it in GitHub Desktop.
Save misaxi/8701989 to your computer and use it in GitHub Desktop.
AddOwnerPage = require 'Pages/AddOwnerPage'
ViewOwnerPage = require 'Pages/ViewOwnerPage'
TestHelper = require 'Utils/TestHelper'
describe 'owner', ->
# login before each test starts
beforeEach ->
new LoginPage().loginToPt()
# logout after each test finishes
afterEach ->
browser.driver.get config.baseUrl + '/Account/LogOff'
it 'should be created', ->
# test logics here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment