Commit Graph

7 Commits

Author SHA1 Message Date
kakkokari-gtyih a3f8726ecb attempt to fix test 2024-08-12 18:20:55 +09:00
kakkokari-gtyih 1e1b420647 attempt to fix test 2024-08-12 18:09:27 +09:00
kakkokari-gtyih 0abd256f44 fix 2024-08-12 17:43:53 +09:00
kakkokari-gtyih 6562fc75f0 fix 2024-08-12 17:39:20 +09:00
kakkokari-gtyih 828f52af3d e2eを復活させてみる 2024-08-12 17:35:10 +09:00
kakkokari-gtyih 155692b5ef Merge branch 'develop' into feat-12997 2024-03-22 21:09:53 +09:00
Gianni Ceccarelli d7bb6c88d3
Cypress typescript (#13591)
* convert Cypress tests to TypeScript

this work was done by @lunaisnotaboy https://github.com/lunaisnotaboy
for their fork https://github.com/cutiekey/cutiekey/pull/7

I just repacked their changes into a minimal set

* fix call to `window` in cypress tests

this error was spotted thanks to the TypeScript compiler:

```
support/commands.ts:33:12 - error TS2559: Type '(win: any) => void'
has no properties in common with type 'Partial<Loggable &
Timeoutable>'.

33  cy.window(win => {
              ~~~~~~~~

Found 1 error in support/commands.ts:33
```

(again, @lunaisnotaboy did the actual work)
2024-03-20 11:25:49 +09:00