mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Removed stub test
This commit is contained in:
@@ -4,12 +4,6 @@ var driver = browser.driver;
|
|||||||
var appUrl = 'http://localhost:63342/BitwiseCmd/src/';
|
var appUrl = 'http://localhost:63342/BitwiseCmd/src/';
|
||||||
var Key = protractor.Key;
|
var Key = protractor.Key;
|
||||||
|
|
||||||
describe('a quick test', function(){
|
|
||||||
it('should be true', function(){
|
|
||||||
expect(true).toBe(true);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe('launch of application', function() {
|
describe('launch of application', function() {
|
||||||
it('should have title', function() {
|
it('should have title', function() {
|
||||||
driver.get(appUrl).then(function() {
|
driver.get(appUrl).then(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user