This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
angular.js
Watch
1
Star
0
Fork
You've already forked angular.js
0
mirror of
https://github.com/Hopiu/angular.js.git
synced
2026-03-17 23:40:23 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d503dfe99b
angular.js
/
scenario
/
style.css
11 lines
99 B
CSS
Raw
Normal View
History
Unescape
Escape
moved all uneeded files out, widgets.html works, tests horribly broken
2010-03-26 23:27:18 +00:00
th
{
text-align
:
left
;
}
tr
{
border
:
1px
solid
black
;
}
New Angular Scenario runner and DSL system with redesigned HTML UI. Uses the Jasmine syntax for tests, ex: describe('widgets', function() { it('should verify that basic widgets work', function(){ navigateTo('widgets.html'); input('text.basic').enter('Carlos'); expect(binding('text.basic')).toEqual('Carlos'); input('text.basic').enter('Carlos Santana'); expect(binding('text.basic')).not().toEqual('Carlos Boozer'); input('text.password').enter('secret'); expect(binding('text.password')).toEqual('secret'); expect(binding('text.hidden')).toEqual('hiddenValue'); expect(binding('gender')).toEqual('male'); input('gender').select('female'); expect(binding('gender')).toEqual('female'); }); }); Note: To create new UI's implement the interface shown in angular.scenario.ui.Html.
2010-10-08 23:43:40 +00:00
.
redbox
{
background-color
:
red
;
}
Reference in a new issue
Copy permalink