mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:53:23 +02:00
Update protractor jasmine tests
This commit is contained in:
@@ -6,8 +6,8 @@ describe('Device Page', function() {
|
||||
|
||||
it('should go to Devices List page', function() {
|
||||
deviceListPage.get()
|
||||
browser.getLocationAbsUrl().then(function(newUrl) {
|
||||
expect(newUrl).toBe(protractor.getInstance().baseUrl + 'devices')
|
||||
browser.getCurrentUrl().then(function(newUrl) {
|
||||
expect(newUrl).toBe(browser.baseUrl + 'devices')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user