Skip to content

Instantly share code, notes, and snippets.

describe('Creating client', () => {
before(() => {
cy.login();
cy.visit('http://xyz/clients')
cy.get('#user-app-navigation li.active')
.get('a');
cy.get('#user-app-navigation li.active a').should('have.attr', 'href')
/usr/lib/python2.7/dist-packages/ulauncher/util/desktop/notification.py:1: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
from gi.repository import Notify
/usr/lib/python2.7/dist-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py:5: PyGIWarning: WebKit2 was imported without specifying a version first. Use gi.require_version('WebKit2', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gio, Gtk, WebKit2
2017-05-12 23:14:42,155 | INFO | ulauncher: main() | Ulauncher version 3.0.1.r0
2017-05-12 23:14:42,155 | INFO | ulauncher: main() | GTK+ 3.18.9
2017-05-12 23:14:42,157 | DEBUG | ulauncher: main() | Starting a new instance...
2017-05-12 23:14:42,185 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','destroy', 'on_destroy'
2017-05-12 23:14:42,185 | DEBUG | ulauncher.ui.windows.Builder: do_co
@ddeath
ddeath / gist:1253a25a0a59e5fae63c5b42095fd028
Created May 12, 2017 21:02
Ulauncher logs <ctrl>+<a>
/usr/lib/python2.7/dist-packages/ulauncher/util/desktop/notification.py:1: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
from gi.repository import Notify
/usr/lib/python2.7/dist-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py:5: PyGIWarning: WebKit2 was imported without specifying a version first. Use gi.require_version('WebKit2', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gio, Gtk, WebKit2
2017-05-12 22:56:21,582 | INFO | ulauncher: main() | Ulauncher version 3.0.1.r0
2017-05-12 22:56:21,582 | INFO | ulauncher: main() | GTK+ 3.18.9
2017-05-12 22:56:21,584 | DEBUG | ulauncher: main() | Starting a new instance...
2017-05-12 22:56:21,614 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','destroy', 'on_destroy'
2017-05-12 22:56:21,615 | DEBUG | ulauncher.ui.windows.Builder: do_co