-
Currently I could not find how to load helper js files like you would do in protractor tests. Is there something I am missing.
-
#### What are you trying to achieve?
to inject the same "I" instance as being used in step runtime context in custom helper
#### What do you get instead?
undefined or different "I" instance
…
-
As discussed in https://github.com/san650/ember-cli-page-object/pull/109, it would convenient for developers using this addon if `PageObject` shared a similar API to an `Ember.Object` with respect to …
-
Hi,
Thanks for your pageobjects for the RF example. Although I'm having trouble getting it to actually run.
The error I got was:
[ ERROR ] Error in file '../common_resource.txt' in table 'Settings'…
-
### Current behavior
I have two app which open using Okta and then it navigate to actual url . What I am currently facing is that I am using Cypress.require() method with absolute path and it works…
-
Hello,
I was wondering is this a bug or recording the conference when jwt tokens are enabled (also empty tokens are disallowed because it's a requirement for our deployment) doesn't work? Jibri can…
-
-
Hello
Protractor-qa does not recognize this type of selectors I have in my pageObjects !
With dynamic attributes or variables.
``` javascript
var myFunc = function (name) {
return element(by.css('…
-
## Describe the bug
- The switch component we use for forms and other isolated controls has a few issues (we use `BootstrapSwitchButton`)
- The switch is not focusable. I.e. you can't tab into i…
-
I'd like to get an opinion on loading pages to sites based on convetion.
If we were to enforce a directory structure (and namespace) like this:
```
- PageObjects
- SiteName
- PageName
…