melodic-easter-1976
09/23/2022, 8:10 PMerror Command failed.
Exit code: 128
Command: git
What is the correct way to get around this issue? Seems it can't access this github repo as a dependency (it is a private repo - but the access is in the url in my package.json)limited-barista-33480
09/24/2022, 12:37 AMnutritious-megabyte-64190
09/24/2022, 2:45 AMcreamy-baker-71429
09/25/2022, 3:12 PMstale-optician-85950
09/25/2022, 6:34 PMcreamy-baker-71429
09/26/2022, 9:49 AMstale-helicopter-67510
09/26/2022, 12:38 PMcy.origin
and cy.session
commands, yet seem to be stumbling a bit.
Cypress.Commands.add("loginToAuth0", (email, password) => {
const args = { email, password };
cy.session(args, () => {
cy.visit("/"); // root redirects to auth0
cy.origin("https://ORGANISATION.eu.auth0.com", () => {
cy.wait(20000); // making sure not a loading issue
cy.get("input"); // no selectors work, but one exists
});
});
});
Issue being with this current setup is that no input is detected, even though I pause and i can see from the screen that an input exists (the organization input). It even exists when I try and inspect element. So what could be causing the input to not appear even though the screen shows it and it exists in the DOM.
I found a similar stackoverflow issue (https://stackoverflow.com/questions/73660286/cy-origin-unable-to-find-any-elements-on-auth0-page) but the only solution there is to remove the cy.origin
command and that does indeed work, but isnt that a bit counterintuitive?important-fish-21193
09/26/2022, 1:39 PMmysterious-belgium-25713
09/26/2022, 2:10 PMimportant-fish-21193
09/26/2022, 3:39 PMhelpful-queen-71488
09/26/2022, 3:55 PMmysterious-belgium-25713
09/26/2022, 4:21 PMhandsome-bear-70892
09/26/2022, 5:10 PMdazzling-pillow-26039
09/26/2022, 5:53 PMhandsome-bear-70892
09/26/2022, 5:57 PM[13553:0926/175523.096322:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 13755: Permission denied (13)
[13755:0926/175523.148120:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
[13553:0926/175524.350070:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 13846: Permission denied (13)
are the error msgs in the console, it just hangs after the last error messagedazzling-pillow-26039
09/26/2022, 6:10 PMhandsome-bear-70892
09/26/2022, 6:44 PMsteep-morning-65056
09/26/2022, 7:39 PMsteep-morning-65056
09/26/2022, 9:27 PM--extension .scss
worked!gentle-byte-6745
09/26/2022, 10:04 PMglamorous-country-57678
09/26/2022, 11:26 PMmysterious-belgium-25713
09/27/2022, 5:14 AMmysterious-belgium-25713
09/27/2022, 5:16 AMvictorious-father-41976
09/27/2022, 9:54 AMuser
09/27/2022, 10:08 AMuser
09/27/2022, 10:08 AMmost-baker-72677
09/27/2022, 11:44 AM10.x
. I have settled on using nested projects in repo for managing the migration over so that the current cucumber tests can still provide value. Are there any docs that talk about this kind of migration? talks about specific challenges or work arounds? Much obliged ! 😎mysterious-belgium-25713
09/27/2022, 11:54 AMglamorous-country-57678
09/27/2022, 12:55 PMmysterious-belgium-25713
09/27/2022, 12:57 PM