Experiencing an issue with counting options in the select attribute during my test. Here is the code snippet:
it('should verify the number of options', function()) {
expect(element(by.id('sorting_options')).all(by.tagName('option').count())).toBe(3);
}
However, I am encountering an error:
C:\wamp\www\First-angular-App>protractor conf.js Starting selenium standalone server... [launcher] Running 1 instances of WebDriver Selenium standalone server started at [launcher] Error: C:\wamp\www\First-angular-App\protractorSpec\spec.js:37 it('should count the number of option',function()){ ^