describe is a test suite. Basically, it will describe into components. Where as it is an individual test cases
Example:
describe('About Home Page', () => { // Write your Test it('should landing page title match home', () => { }); });
Hi,
browse.pause() function not working in protractor. This is an Angular 5 application generated using Angular Cli.
browse.pause()
Any suggestion why it is not working? Actually, it's not giving any error.