Files
library/apps/frontend-e2e/src/support/app.po.ts
T
hikari 8f569e0bb4 chore: add missing pieces for profile reporting and fix formatting
- Added Reports link to admin dropdown menu
- Fixed log route path (changed from '/log' to '/')
- Exported report types from shared-types index
- Fixed whitespace alignment in auth and game types
- Fixed formatting in e2e test files (newlines, comment style)
2026-02-19 18:38:16 -08:00

13 lines
195 B
TypeScript

/**
* @copyright 2026 NHCarrigan
* @copyright 2026 NHCarrigan
* @license Naomi's Public License
*/
/**
*
*/
export const getGreeting = (): Cypress.Chainable => {
return cy.get("h1");
};