Skip to content

Instantly share code, notes, and snippets.

View cvakiitho's full-sized avatar
🌈
Focusing

Tomáš Hartmann cvakiitho

🌈
Focusing
View GitHub Profile
@cvakiitho
cvakiitho / uiveri5APICheatsheet.md
Last active August 20, 2021 00:53 — forked from javierarques/protractorAPICheatsheet.md
UIVeri5 API Cheatsheet

UIVeri5 API cheatsheet

it uses protractor beneath, so this is a good resource: http://angular.github.io/protractor/#/api

Notes:

  • Most commands return promises, so you only resolve their values through using jasmine expect API or using .then(function()) structure.

  • Promises are resolved by WebdriverJS promise manager . If you want to schedule non-api made promise into the chain, you have to use one of: