Skip to content

Instantly share code, notes, and snippets.

@andreaj8
Created September 5, 2013 08:56
Show Gist options
  • Save andreaj8/6447680 to your computer and use it in GitHub Desktop.
Save andreaj8/6447680 to your computer and use it in GitHub Desktop.
e2e tests launched by karam from script
WARN [config]: "/" is proxied, you should probably change urlRoot to avoid conflicts
INFO [karma]: Karma v0.10.2 server started at http://localhost:9876/
WARN [launcher]: Can not load "Chrom", it is not registered!
Perhaps you are missing some plugin?
INFO [Safari 6.0.5 (Mac OS X 10.8.4)]: Connected on socket ESjEJOqow0O8qJg5U9xW
Safari 6.0.5 (Mac OS X 10.8.4) Ubmhealth Authentication Should render login page when user navigates to / FAILED
TypeError: 'undefined' is not a function (evaluating '$document.injector()')
Safari 6.0.5 (Mac OS X 10.8.4) Ubmhealth Authentication Should NOT render children page when user is not Logged FAILED
element '#children' click
Selector #children did not match any elements.
Safari 6.0.5 (Mac OS X 10.8.4) Ubmhealth User Should to be logged if the user enters username: admin and password admin FAILED
expect element 'h1:first' text toMatch "Log in"
expected "Log in" but was "Karma - starting"
Safari 6.0.5 (Mac OS X 10.8.4) Ubmhealth User Should render user page when user go to user FAILED
expect $location.url() toBe "/user"
expected "/user" but was "/login"
Safari 6.0.5 (Mac OS X 10.8.4) Ubmhealth User Should render ADD user page when admin go to + button or /user/add FAILED
expect $location.url() toBe "/user/add"
expected "/user/add" but was "/login"
Safari 6.0.5 (Mac OS X 10.8.4) Ubmhealth User Should Add New user when admin insert username - password - roole FAILED
expect $location.url() toBe "/user/add"
expected "/user/add" but was "/login"
Safari 6.0.5 (Mac OS X 10.8.4): Executed 7 of 7 (6 FAILED) (1.722 secs / 1.608 secs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment