Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 80acee2

Browse files
committed
Remove fit.
1 parent 90a3e62 commit 80acee2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/basic/elements_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ describe('ElementArrayFinder', function() {
465465
]);
466466
});
467467

468-
fit('should map and resolve multiple promises', function() {
468+
it('should map and resolve multiple promises', function() {
469469
browser.get('index.html#/form');
470470
var labels = element.all(by.css('#animals ul li')).map(function(elm) {
471471
return {

spec/ciFullConf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ exports.config = {
2222
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
2323
'build': process.env.TRAVIS_BUILD_NUMBER,
2424
'name': 'Protractor suite tests',
25-
'version': '55',
25+
'version': '54',
2626
'selenium-version': '3.0.1',
27-
'chromedriver-version': '2.25',
27+
'chromedriver-version': '2.26',
2828
'platform': 'OS X 10.9'
2929
}, {
3030
'browserName': 'firefox',

0 commit comments

Comments
 (0)