diff options
Diffstat (limited to 'src/ng/directive/ngSwitch.js')
| -rw-r--r-- | src/ng/directive/ngSwitch.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/directive/ngSwitch.js b/src/ng/directive/ngSwitch.js index 0c9d4760..59cef79b 100644 --- a/src/ng/directive/ngSwitch.js +++ b/src/ng/directive/ngSwitch.js @@ -107,8 +107,8 @@ top:0; } </file> - <file name="protractorTest.js"> - var switchElem = element(by.css('.doc-example-live [ng-switch]')); + <file name="protractor.js" type="protractor"> + var switchElem = element(by.css('[ng-switch]')); var select = element(by.model('selection')); it('should start in settings', function() { |
