This file contains 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
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') |
This file contains 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
/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 |
This file contains 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
/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 |