gifted-coat-49959
10/28/2022, 5:59 PMadorable-smartphone-87280
10/28/2022, 6:00 PMnutritious-army-46708
10/28/2022, 6:00 PMgifted-coat-49959
10/28/2022, 6:01 PMnutritious-army-46708
10/28/2022, 6:02 PMnutritious-army-46708
10/28/2022, 6:05 PMcareful-toothbrush-49639
10/28/2022, 6:38 PMgifted-coat-49959
10/28/2022, 6:55 PMcy.wait(20000)
which will give you about 20 seconds to put the password in, I think? I'm not sure if that's how it works but you could try.gray-kilobyte-89541
10/28/2022, 8:23 PMacceptable-fall-11897
10/28/2022, 8:43 PMacceptable-fall-11897
10/28/2022, 8:46 PMnutritious-megabyte-64190
10/29/2022, 3:35 AMError: Webpack Compilation Error
./cypress/e2e/sso-ignore-claims.e2e.cy.ts 320:12
Module parse failed: 'import' and 'export' may only appear at the top level (320:12)
File was processed with these loaders:
* ../../Users/uuuu/AppData/Local/Cypress/Cache/10.11.0/Cypress/resources/app/node_modules/@packages/server/node_modules/@cypress/webpack-preprocessor/dist/lib/cross-origin-callback-loader.js
* ../../Users/uuuu/AppData/Local/Cypress/Cache/10.11.0/Cypress/resources/app/node_modules/@packages/server/node_modules/ts-loader/index.js
You may need an additional loader to handle the result of these loaders.
| cy.origin('https://test-test.auth0.com/', function () {
> const auth0Page = import('../../pages/auth0.po');
const UserData = import('../../data/userdata');
at Watching.handle [as handler] (C:\Users\uuuu\App
stale-optician-85950
10/29/2022, 8:46 AMgentle-processor-97604
10/29/2022, 2:19 PMgray-kilobyte-89541
10/29/2022, 2:28 PMgentle-processor-97604
10/29/2022, 4:41 PMacceptable-fall-11897
10/30/2022, 1:38 AMstale-optician-85950
10/30/2022, 3:53 PMnutritious-army-46708
10/30/2022, 4:30 PMquick-painting-17010
10/30/2022, 6:26 PM.find('td.day').nextAll('.active').eq(1).click();
but this does not workquick-painting-17010
10/30/2022, 7:23 PM.find('td.day').each(($td, index, $list) => {
if ($td.hasClass("active")) {
cy.wrap($list).eq(index + 1).click();
}
})
If there is an easier way, please tell megray-kilobyte-89541
10/30/2022, 8:00 PMjs
cy.get('.day.active')
.invoke('index')
.then((k) => {
cy.get('.day')
.eq(k + 1)
.should('have.text', '4')
})
gray-kilobyte-89541
10/30/2022, 8:02 PMquick-painting-17010
10/31/2022, 5:20 AMcy.get('.day.active')
we get one element and its 'index'
will always be 0
, how does it work for you? Understandlimited-soccer-30880
10/31/2022, 5:58 AMgray-kilobyte-89541
10/31/2022, 10:59 AMlimited-barista-33480
10/31/2022, 3:03 PMmelodic-energy-94905
10/31/2022, 3:29 PMmelodic-energy-94905
10/31/2022, 3:30 PMmelodic-energy-94905
10/31/2022, 3:31 PM