Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More missing Protractor transformations #4

Closed
2 tasks done
christian-bromann opened this issue Apr 15, 2021 · 0 comments
Closed
2 tasks done

More missing Protractor transformations #4

christian-bromann opened this issue Apr 15, 2021 · 0 comments

Comments

@christian-bromann
Copy link
Member

christian-bromann commented Apr 15, 2021

  • framework: 'jasmine2' in caps to framework: 'jasmine'
  • transform by.repeater like this;
     - var row = element.all(by.repeater('dataRow in displayedCollection')).get(1);
     - var cells = row.all(by.tagName('td'));
     + var row = await $$('[ng-repeat="dataRow in displayedCollection"]')[0]
     + var cells = row.$$('td');
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant