UNPKG
@df-legacy/angular-ladda-3.5
Version:
latest (0.3.5)
0.3.5
An angular directive wrapper for Ladda.
github.com/remotty/angular-ladda
remotty/angular-ladda
@df-legacy/angular-ladda-3.5
/
test
/
e2e
/
spec
/
form.js
10 lines
(8 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
describe
('duplicate compile test', function() {
beforeEach
(function () { browser
.get
('/form.html'); });
it
('should msg element is only one', function() {
expect
(element.all(by.className('help-block'))
.count
())
.toEqual
(
1
); }); });