feat(test): add frontend page objects for journey tests

This commit is contained in:
2026-04-09 19:22:04 +08:00
parent 4e42465c38
commit fa41c4be87
3 changed files with 124 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
export { FrontendHomePage } from './HomePage';
export { FrontendContactPage } from './ContactPage';
export { FrontendNewsPage } from '../FrontendNewsPage';
export { FrontendProductPage } from '../FrontendProductPage';