[PR #945] test: check avatar loading for all providers #1085

Open
opened 2025-11-01 21:10:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/945
Author: @kolaente
Created: 6/14/2025
Status: 🔄 Open

Base: mainHead: codex/add-cypress-test-for-avatar-types


📝 Commits (3)

  • 8d02682 test: check avatar loading for all providers
  • fae70ab refactor
  • 4172da6 fix(cypress): intercept and rewrite wrong api requests

📊 Changes

2 files changed (+58 additions, -0 deletions)

View changed files

frontend/cypress/e2e/user/avatar-types.spec.ts (+46 -0)
📝 frontend/cypress/support/e2e.ts (+12 -0)

📄 Description

Summary

  • add Cypress test to ensure avatar images load for each avatar provider

Testing

  • pnpm lint:fix
  • pnpm test:e2e (fails: Xvfb missing)

https://chatgpt.com/codex/tasks/task_e_684d84a4dce08322bf7cf622968a37d5


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/945 **Author:** [@kolaente](https://github.com/kolaente) **Created:** 6/14/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `codex/add-cypress-test-for-avatar-types` --- ### 📝 Commits (3) - [`8d02682`](https://github.com/go-vikunja/vikunja/commit/8d026821e5ec8c409fa848ed0a6f9acccdf95da2) test: check avatar loading for all providers - [`fae70ab`](https://github.com/go-vikunja/vikunja/commit/fae70abd29bed61fbf986000bbe2f038e8898fb1) refactor - [`4172da6`](https://github.com/go-vikunja/vikunja/commit/4172da6911dd3ef9cee7094837f7c3066dc4a40a) fix(cypress): intercept and rewrite wrong api requests ### 📊 Changes **2 files changed** (+58 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/cypress/e2e/user/avatar-types.spec.ts` (+46 -0) 📝 `frontend/cypress/support/e2e.ts` (+12 -0) </details> ### 📄 Description ## Summary - add Cypress test to ensure avatar images load for each avatar provider ## Testing - `pnpm lint:fix` - `pnpm test:e2e` *(fails: Xvfb missing)* ------ https://chatgpt.com/codex/tasks/task_e_684d84a4dce08322bf7cf622968a37d5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:10:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#1085