Skip to content

Commit

Permalink
Update markdown (#3097)
Browse files Browse the repository at this point in the history
* Update markdown

* Change header MD

* Test backstopJS changes

---------

Co-authored-by: Alessio Venturini <112873190+alessioventuriniAND@users.noreply.github.com>
  • Loading branch information
adi-unni and alessioventuriniAND authored Apr 8, 2024
1 parent 1afcb6d commit 6979a3e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions backstop.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ module.exports = {
'--disable-dev-shm-usage',
'--cap-add=SYS_ADMIN',
],
headless: 'old',
gotoParameters: { waitUntil: 'networkidle0' },
},
report: process.env.RUNNING_IN_CI === 'true' ? [] : ['browser'],
dockerCommandTemplate:
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/_macro-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
| url | string | true | URL to change the application language |
| ISOCode | string | true | The ISO language code for the language |
| text | string | true | The name of the language to display |
| textAbbr | string | false | Abbreviated version of the language text can be provided. This will be displayed on small viewports |
| abbrText | string | false | Abbreviated version of the language text can be provided. This will be displayed on small viewports |
| current | boolean | true | The current selected language |
| attributes | object | false | HTML attributes (for example, data attributes) to add to the details element |

Expand Down
2 changes: 1 addition & 1 deletion src/components/language-selector/_macro-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
| url | string | true | URL to change the application language |
| ISOCode | string | true | The ISO language code for the language |
| text | string | true | The name of the language to display |
| textAbbr | string | false | Abbreviated version of the language text can be provided. This will be displayed on small viewports |
| abbrText | string | false | Abbreviated version of the language text can be provided. This will be displayed on small viewports |
| current | boolean | true | The current selected language |
| attributes | object | false | HTML attributes (for example, data attributes) to add to the details element |

0 comments on commit 6979a3e

Please sign in to comment.