Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: frontpage/data-hunter sync #153

Closed
wants to merge 43 commits into from
Closed

feat: frontpage/data-hunter sync #153

wants to merge 43 commits into from

Conversation

@Lillebo Lillebo requested a review from a team August 13, 2024 08:13
deploy/demo/frontpage-frontend/ingress.yaml Outdated Show resolved Hide resolved
deploy/prod/frontpage-frontend/frontpage-frontend-env.yaml Outdated Show resolved Hide resolved
deploy/prod/frontpage-frontend/ingress.yaml Outdated Show resolved Hide resolved
@NilsOveTen NilsOveTen requested a review from a team August 14, 2024 06:03
Copy link

@terjesyl terjesyl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Det virker som indenteringen i noen av filene er satt til 8 spaces, eller 1 tab (med bredde lik 8 spaces). Følger det lint-reglene i repoet? Tror vi har pleid å ha 4 spaces i de andre prosjektene. Hva skjer om du kjører lint på hele prosjektet, blir det autoformatert riktig da?

@@ -12,15 +12,15 @@ export default class FormPage {
formData = {};

constructor(page: Page, context: BrowserContext, accessibilityBuilder?: AxeBuilder) {
getDictionary('en', 'data-hunter-page').then((dict) => (this.dictionary = dict));
getDictionary('en').then((dict) => (this.dictionary = dict));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Er engelsk default valg her? Burde det være bokmål?

Comment on lines 8 to 22
test('should not have any automatically detectable accessibility issues', async ({ dataHunterFormPage }) => {
await dataHunterFormPage.checkAccessibility();
});
// import { test } from '../fixtures/basePage';

test('check page text', async ({ dataHunterFormPage }) => {
await dataHunterFormPage.checkPageTitleText();
await dataHunterFormPage.checkPageDescriptionText();
});
// test('should not have any automatically detectable accessibility issues', async ({ dataHunterFormPage }) => {
// await dataHunterFormPage.checkAccessibility();
// });

test('fill and submit form', async ({ dataHunterFormPage }) => {
await dataHunterFormPage.fillForm();
await dataHunterFormPage.submitForm();
});
*/ No newline at end of file
// test('check page text', async ({ dataHunterFormPage }) => {
// await dataHunterFormPage.checkPageTitleText();
// await dataHunterFormPage.checkPageDescriptionText();
// });

// test('fill and submit form', async ({ dataHunterFormPage }) => {
// await dataHunterFormPage.fillForm();
// await dataHunterFormPage.submitForm();
// });

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slette om ikke skal brukes

apps/forms/tsconfig.tsbuildinfo Outdated Show resolved Hide resolved
apps/frontpage/src/app/[lang]/layout.tsx Outdated Show resolved Hide resolved
apps/frontpage/tsconfig.tsbuildinfo Outdated Show resolved Hide resolved
libs/ui/src/lib/header/header.stories.tsx Outdated Show resolved Hide resolved
libs/ui/src/lib/logo/index.tsx Outdated Show resolved Hide resolved
libs/ui/src/lib/main-menu/data/index.ts Outdated Show resolved Hide resolved
libs/ui/src/lib/main-menu/data/index.ts Outdated Show resolved Hide resolved
.vscode/settings.json Outdated Show resolved Hide resolved
__mocks__/fileMock.js Outdated Show resolved Hide resolved
libs/dictionaries/src/lib/dictionaries/nb/common.json Outdated Show resolved Hide resolved
@jeffreiffers jeffreiffers force-pushed the feat/data-hunter-sync branch 2 times, most recently from 7d83c50 to a01d037 Compare August 21, 2024 08:41
@jeffreiffers
Copy link
Contributor

Denne er allerede merget av #164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: Responsiv/mobilvennlig frontpage-POC
4 participants