Skip to content

Commit

Permalink
chore(#699): update patches (#700)
Browse files Browse the repository at this point in the history
* chore(#699): update patches

* chore(#699): add cypress retries
  • Loading branch information
Decipher authored Aug 27, 2024
1 parent 0e8d98a commit 2bb45a3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
10 changes: 6 additions & 4 deletions docs/drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,13 @@
"web/themes/custom/{$name}": ["type:drupal-custom-theme"]
},
"patches": {
"drupal/druxt": {
"https://www.drupal.org/project/druxt/issues/3273228": "https://git.drupalcode.org/project/druxt/-/merge_requests/9.diff"
},
"drupal/decoupled_router": {
"https://www.drupal.org/project/decoupled_router/issues/3111456": "https://git.drupalcode.org/project/decoupled_router/-/merge_requests/11.diff"
"https://www.drupal.org/project/decoupled_router/issues/3172926": "https://www.drupal.org/files/issues/2020-09-24/3172926-2.patch",
"https://www.drupal.org/project/decoupled_router/issues/3468825": "https://git.drupalcode.org/project/decoupled_router/-/merge_requests/20.diff"
},
"drupal/druxt": {
"#3315030 - Add a wildcard route translator": "https://git.drupalcode.org/project/druxt/-/merge_requests/11.diff",
"https://www.drupal.org/project/druxt/issues/3467742": "https://git.drupalcode.org/project/druxt/-/merge_requests/14.diff"
},
"drupal/jsonapi_menu_items": {
"https://www.drupal.org/project/jsonapi_menu_items/issues/3192576": "https://www.drupal.org/files/issues/2023-02-10/3192576-18.patch"
Expand Down
6 changes: 3 additions & 3 deletions docs/drupal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions docs/nuxt/test/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ const { defineConfig } = require("cypress");

module.exports = defineConfig({
projectId: 'w4vd6v',
retries: {
runMode: 2,
openMode: 0,
},
e2e: {
baseUrl: 'http://localhost:3000',
setupNodeEvents(on, config) {
Expand Down
4 changes: 4 additions & 0 deletions examples/druxt-site/test/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ const { defineConfig } = require("cypress");

module.exports = defineConfig({
projectId: 'w4vd6v',
retries: {
runMode: 2,
openMode: 0,
},
e2e: {
baseUrl: 'http://localhost:3000',
setupNodeEvents(on, config) {
Expand Down

0 comments on commit 2bb45a3

Please sign in to comment.