pookdeveloper

Results 32 comments of pookdeveloper

Same problem here login not finish ![image](https://github.com/cypress-io/cypress/assets/3384734/3bc0f780-058f-4ccf-9d67-b179d3d43734)

I have solved it by doing the normal login with a cypress command. I leave an example: the important thing is to use cy.origin My env: ```` env: { URL:...

The project is closed?

+1 i need multiple variants of date formats

i need a function to open panel manually, thanks

I have this solution for wait asyncValidatos: ``` typescript const asyncValidationObservables = this.formUtilsService.validateRecursiveForm(this.form); this.formUtilsService.getObservableValidations(asyncValidationObservables).subscribe((results) => { if (this.form.valid) { // do something } }); validateRecursiveForm(abstractControl: FormControl | FormGroup | FormArray...

Yes i have it. I follow this instruccions https://auth0.com/docs/quickstart/native/ionic2 Yo can check my example here: https://drive.google.com/file/d/0B-dPjNL8f-MsQ0phenB2NUxBMGc/view?usp=sharing Thanks!!

Thankssss its work!