-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fikset feil i dev/clientside rendering på oppdatering av komponenter inni en annen komponent * Refaktorert nobackground props slik at konsoll ikke griner * Fix unique id missmatch between server and client side. * Add serializer for strykes mark from Sanity. * Update cypress tests with data-test-ids instead of using aria-labels to target DOM elements * Økt timeout på tester * NodeJs does not seem to support nb-NO locale which triggers miss match between browser and server. Change locale to old no-NO to avoid this error. * Update to node 16 in Dockerfile * Remove Breadcrumb type since it's not exported from nav-dekoratoren Co-authored-by: Sindre Sægrov <[email protected]>
- Loading branch information
Showing
25 changed files
with
1,395 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"baseUrl": "http://localhost:3000/arbeid" | ||
"baseUrl": "http://localhost:3000/arbeid", | ||
"defaultCommandTimeout": 8000 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
import "@testing-library/cypress/add-commands"; | ||
import { configure } from "@testing-library/cypress"; | ||
|
||
configure({ testIdAttribute: "data-test-id" }); |
Oops, something went wrong.