Skip to content

Commit

Permalink
Release 3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig authored May 3, 2023
2 parents dc93001 + 737ec3e commit 1bce085
Show file tree
Hide file tree
Showing 30 changed files with 2,007 additions and 1,567 deletions.
10 changes: 10 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"node_modules/flag-icons/css/flag-icons.min.css",
"node_modules/leaflet/dist/leaflet.css"
],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
]
},
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
Expand Down Expand Up @@ -102,6 +107,11 @@
"src/styles/styles.scss",
"src/styles/themes/ndb-theme.scss"
],
"stylePreprocessorOptions": {
"includePaths": [
"node_modules/"
]
},
"assets": [
"src/assets",
"src/favicon.ico",
Expand Down
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ export default defineConfig({
supportFile: "e2e/support/index.ts",
baseUrl: "http://localhost:4200",
testIsolation: false,
defaultCommandTimeout: 10000,
},
});
2 changes: 1 addition & 1 deletion e2e/integration/LinkingChildToSchool.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe("Scenario: Linking a child to a school - E2E test", function () {

// choose the school to add
cy.contains("mat-form-field", "School")
.find("[matInput]")
.find("[matInput]:visible")
.type("E2E School{enter}");

// save school in child profile
Expand Down
Loading

0 comments on commit 1bce085

Please sign in to comment.