summaryrefslogtreecommitdiff
path: root/cypress/e2e/basic.cy.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cypress typescript (#13591)Gianni Ceccarelli2024-03-201-248/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* chore: add missing SPDX ID and workflow check (#13570)zyoshoka2024-03-131-0/+5
| | | | | | | | | | | * chore: add workflow which checks if SPDX ID exists * chore: add missing SPDX ID in some files * chore: change trigger condition * chore: trigger on push * lint
* ci(test-frontend): ↵まっちゃとーにゅ2024-02-131-3/+3
| | | | | Cypressのテストの失敗時、永遠に止まらない問題を回避 (MisskeyIO#434) (#13274) 失敗しないようタイムアウトの延長・15分で止まるように
* fix: 2024-01-22 10:50時点のdevelopにてCIがコケている (#13060)おさむのひと2024-01-221-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: バブルゲームのビルド失敗修正 * fix: api.jsonの定義誤りを修正 * fix: lint.yml(typecheck) * fix: fix eslint error * fix: frontend vitest version * fix: frontend vitest version * fix: * fix: cypress * fix: misskey-js test * fix: misskey-js tsd(tsdはpakcage.jsonのexportsをサポートしない?) * fix: conflict * fix: 間違えて上書きしたところを修正 * fix: 再 * fix: api.json * fix: api.json * fix: タイムアウト延長 * Update packages/misskey-js/jest.config.cjs Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
* fix e2e testsyuilo2023-07-201-0/+2
|
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-081-1/+1
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update basic.cy.jssyuilo2023-06-051-5/+0
|
* feat: ↵NoriDev2023-05-261-0/+5
| | | | | | | | | | | | | アカウント初期設定ウィザードに戻るボタンと、後で進むボタンを追加 (#10893) * enhance(frontend): アカウント初期設定ウィザードに戻るボタンを追加 * enhance(frontend): アカウント初期設定ウィザードにあとでボタンを追加 * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Update basic.cy.jssyuilo2023-05-121-0/+4
|
* fix(frontend): fix e2esyuilo2023-05-091-0/+24
|
* fix e2e testsyuilo2023-05-091-1/+22
|
* tweak MkSignupDialog.rules.vuesyuilo2023-04-201-2/+0
|
* feat: Server rules (#10660)syuilo2023-04-191-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(frontend): サーバールールのデザイン調整 * enhance(frontend): i18n * enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動 * enhance(frontend): サーバールールのデザイン調整 * Update CHANGELOG.md * 不要な差分を削除 * fix(frontend): lint * ui tweak * test: add stories * tweak * test: bind args * test: add interaction tests * fix bug * Update packages/frontend/src/pages/admin/server-rules.vue Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> * Update misskey-js.api.md * chore: windowを明示 * :art: * refactor * :art: * :art: * fix e2e test * :art: * :art: * fix icon * fix e2e --------- Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix: 登録フォームにおける競合状態を修正 (#10267)RyotaK2023-03-081-0/+4
| | | | | * fix: 登録フォームにおける競合状態を修正 * エラーを修正
* fix: 登録時のフォームにおいて送信できる条件を修正 (#10238)RyotaK2023-03-071-0/+13
| | | | | * fix: 登録時のフォームにおいて送信できる条件を修正 * テストを追加
* enhance(e2e): more resilient version of `visit('/')` (#10128)Kagami Sascha Rosylight2023-03-011-7/+7
|
* fix(frontend): read KeyboardEvent.key instead of which/code (#10083)Kagami Sascha Rosylight2023-03-011-2/+15
|
* update cypresssyuilo2022-06-111-0/+149