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

test(attrs): remove invalid test from e2e suite #9214

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/ng/directive/attrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@
}, 5000, 'page should navigate to /123');
});

xit('should execute ng-click but not reload when href empty string and name specified', function() {
element(by.id('link-4')).click();
expect(element(by.model('value')).getAttribute('value')).toEqual('4');
expect(element(by.id('link-4')).getAttribute('href')).toBe('');
});

it('should execute ng-click but not reload when no href but name specified', function() {
element(by.id('link-5')).click();
expect(element(by.model('value')).getAttribute('value')).toEqual('5');
Expand Down