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

Commit 1767494

Browse files
committed
chore(tests): NOTHING TO SEE HERE
1 parent ff88e96 commit 1767494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/basic/expected_conditions_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ describe('expected conditions', function() {
55
browser.get('index.html#/form');
66
});
77

8-
fit('should have alertIsPresent', function() {
8+
it('should have alertIsPresent', function() {
99
var alertIsPresent = EC.alertIsPresent();
1010
expect(alertIsPresent.call()).toBe(false);
1111

0 commit comments

Comments
 (0)