thorsten / sunnyportal-csv-downloader

CSV Downloader for SMA Sunny Portal
MIT License
5 stars 1 forks source link

feat: add multiple plant download ennexos support #9

Closed SourceCodeBot closed 3 years ago

SourceCodeBot commented 3 years ago

add plugins add page models update tsconfig lib to es6 update ennexos spec add command for testId selector

thorsten commented 3 years ago

Does not work on my machine:

plantIds.includes is not a function

thorsten commented 3 years ago

Still not running:

1) Visit www.sunnyportal.com redirects to /dashboard on success: CypressError: Timed out retrying after 4000ms:cy.type()` failed because this element:

<input name="ctl00$ContentPlaceHolder1$Logincontrol1$txtPassword" type="password" id="txtPassword" class="text no-bottom" placeholder="Password">

is being covered by another element:

<div class="onetrust-pc-dark-filter ot-fade-in" style="z-index:2147483645"></div>

Fix this problem, or use {force: true} to disable error checking.`

thorsten commented 3 years ago

cy.testId is not a function cypress/page-models/dashboard.page.ts:10:8

SourceCodeBot commented 3 years ago

can't find out why it runs only on my local machine.