mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
- Refactored e2e tests in separated test suites.
- `gulp protractor` now accepts a `--suite name` flag. - Removed warning bug in ChromeDriver. - ControlPage test now kicks the device.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
describe('KeycodesService', function() {
|
||||
|
||||
beforeEach(angular.mock.module(require('./').name));
|
||||
|
||||
it('should ...', inject(function(KeycodesService) {
|
||||
|
||||
//expect(KeycodesService.doSomething()).toEqual('something');
|
||||
|
||||
}));
|
||||
|
||||
})
|
||||
//describe('KeycodesService', function() {
|
||||
//
|
||||
// beforeEach(angular.mock.module(require('./').name));
|
||||
//
|
||||
// it('should ...', inject(function(KeycodesService) {
|
||||
//
|
||||
// //expect(KeycodesService.doSomething()).toEqual('something');
|
||||
//
|
||||
// }));
|
||||
//
|
||||
//})
|
||||
|
||||
Reference in New Issue
Block a user