Removed stub test

This commit is contained in:
Borys Levytskyi
2015-04-12 13:43:19 +03:00
parent 6c3ace31a8
commit 3570cfc488

View File

@@ -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() {