@uuv/runner-commons 2.32.1 → 2.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/LICENSE +0 -2
- package/README.md +5 -5
- package/dist/assets/i18n/web/en/en-enriched-wordings.json +3 -3
- package/dist/assets/i18n/web/en/en.json +7 -7
- package/dist/step-definition-generator/common.d.ts +0 -1
- package/dist/step-definition-generator/common.js +0 -1
- package/dist/step-definition-generator/generate-base-step-definitions.js +0 -1
- package/dist/step-definition-generator/generate-based-role-step-definitions.d.ts +0 -1
- package/dist/step-definition-generator/generate-based-role-step-definitions.js +0 -1
- package/dist/step-definition-generator/generate-step-definitions-documentation.d.ts +0 -1
- package/dist/step-definition-generator/generate-step-definitions-documentation.js +0 -1
- package/dist/step-definition-generator/generate-step-definitions.d.ts +0 -1
- package/dist/step-definition-generator/generate-step-definitions.js +0 -1
- package/package.json +3 -3
- package/src/assets/i18n/web/en/en-enriched-wordings.json +3 -3
- package/src/assets/i18n/web/en/en.json +7 -7
- package/src/assets/i18n/web/fr/fr-enriched-wordings.json +3 -3
- package/src/assets/i18n/web/fr/fr.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.33.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.32.1...runner-commons-v2.33.0) (2024-11-05)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* migrate uuv repository from orange opensource to e2e-test-quest organization, [#859](https://github.com/e2e-test-quest/uuv/issues/859) ([e0a6e5c](https://github.com/e2e-test-quest/uuv/commit/e0a6e5ca572a43b031228db469cfd2f7b669bdaa))
|
|
7
|
+
|
|
1
8
|
## [2.32.1](https://github.com/Orange-OpenSource/uuv/compare/runner-commons-v2.32.0...runner-commons-v2.32.1) (2024-10-27)
|
|
2
9
|
|
|
3
10
|
|
package/LICENSE
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
5
|
-
Copyright (c) 2024 Orange
|
|
6
|
-
|
|
7
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
8
6
|
this software and associated documentation files (the "Software"), to deal in
|
|
9
7
|
the Software without restriction, including without limitation the rights to use,
|
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
# @uuv/runner-commons
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://
|
|
4
|
+
<a href="https://e2e-test-quest.github.io/uuv/">
|
|
5
5
|
<picture>
|
|
6
|
-
<img alt="UUV Logo" src="https://
|
|
6
|
+
<img alt="UUV Logo" src="https://e2e-test-quest.github.io/uuv/img/uuv.png">
|
|
7
7
|
</picture>
|
|
8
8
|
</a>
|
|
9
9
|
</p>
|
|
@@ -61,7 +61,7 @@ We can use the cypress engine with [@uuv/cypress](https://www.npmjs.com/package/
|
|
|
61
61
|
</p>
|
|
62
62
|
|
|
63
63
|
## Documentation
|
|
64
|
-
<a href="https://
|
|
64
|
+
<a href="https://e2e-test-quest.github.io/uuv/"><img src="https://img.shields.io/badge/documentation-black?&style=for-the-badge&logo=github&logoColor=white" alt="documentation"/></a>
|
|
65
65
|
|
|
66
66
|
## Usage
|
|
67
67
|
This library may not be downloaded directly. Please pass by [@uuv/cypress](https://www.npmjs.com/package/@uuv/cypress) or [@uuv/playwright](https://www.npmjs.com/package/@uuv/playwright)
|
|
@@ -69,11 +69,11 @@ or [@uuv/assistant](https://www.npmjs.com/package/@uuv/assistant).
|
|
|
69
69
|
|
|
70
70
|
## License
|
|
71
71
|
|
|
72
|
-
[<a href="https://github.com/
|
|
72
|
+
[<a href="https://github.com/e2e-test-quest/uuv/blob/main/LICENSE">
|
|
73
73
|
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT license"/>
|
|
74
74
|
</a>](https://spdx.org/licenses/MIT.html)
|
|
75
75
|
|
|
76
|
-
This project is licensed under the terms of the [MIT license](https://github.com/
|
|
76
|
+
This project is licensed under the terms of the [MIT license](https://github.com/e2e-test-quest/uuv/blob/main/LICENSE).
|
|
77
77
|
|
|
78
78
|
## Authors
|
|
79
79
|
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
17
|
-
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
17
|
+
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
18
18
|
"wording": "I should see $indefiniteArticle $roleName named {string} keyboard focused",
|
|
19
19
|
"section": "keyboard"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
23
|
-
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
23
|
+
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
24
24
|
"wording": "the next keyboard element focused should be $indefiniteArticle $roleName named {string}",
|
|
25
25
|
"section": "keyboard"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
29
|
-
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
29
|
+
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
30
30
|
"wording": "the previous keyboard element focused should be $indefiniteArticle $roleName named {string}",
|
|
31
31
|
"section": "keyboard"
|
|
32
32
|
},
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"key": "key.when.keyboard.nextElement",
|
|
54
|
-
"description": "Move to the next html element that can be reached with Tab<br/><a target='_blank' href='https://github.com/
|
|
54
|
+
"description": "Move to the next html element that can be reached with Tab<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
55
55
|
"wording": "I go to next keyboard element"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"key": "key.when.keyboard.previousElement",
|
|
59
|
-
"description": "Move to the previous html element that can be reached with back Tab<br/><a target='_blank' href='https://github.com/
|
|
59
|
+
"description": "Move to the previous html element that can be reached with back Tab<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
60
60
|
"wording": "I go to previous keyboard element"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"key": "key.given.keyboard.startNavigationFromTheTop",
|
|
114
|
-
"description": "Start a keyboard navigation session from the top of the page<br/><a target='_blank' href='https://github.com/
|
|
114
|
+
"description": "Start a keyboard navigation session from the top of the page<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
115
115
|
"wording": "I start a keyboard navigation from the top of the page"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
@@ -156,12 +156,12 @@
|
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"key": "key.then.element.withSelectorFocused",
|
|
159
|
-
"description": "Checks that the Html element with the specified selector is focused<br/><a target='_blank' href='https://github.com/
|
|
159
|
+
"description": "Checks that the Html element with the specified selector is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
160
160
|
"wording": "the element with selector {string} should be keyboard focused"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
164
|
-
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
164
|
+
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
165
165
|
"wording": "the element with role {string} and name {string} should be keyboard focused"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
@@ -201,13 +201,13 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
204
|
-
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
204
|
+
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
205
205
|
"wording": "the next keyboard element focused should have name {string} and role {string}",
|
|
206
206
|
"section": "keyboard"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
210
|
-
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
210
|
+
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
211
211
|
"wording": "the previous keyboard element focused should have name {string} and role {string}",
|
|
212
212
|
"section": "keyboard"
|
|
213
213
|
},
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/runner-commons",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
|
|
6
6
|
"description": "A common lib for uuv",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/
|
|
10
|
+
"url": "https://github.com/e2e-test-quest/uuv"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://
|
|
12
|
+
"homepage": "https://e2e-test-quest.github.io/uuv/",
|
|
13
13
|
"keywords": [
|
|
14
14
|
"uuv",
|
|
15
15
|
"e2e",
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
17
|
-
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
17
|
+
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
18
18
|
"wording": "I should see $indefiniteArticle $roleName named {string} keyboard focused",
|
|
19
19
|
"section": "keyboard"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
23
|
-
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
23
|
+
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
24
24
|
"wording": "the next keyboard element focused should be $indefiniteArticle $roleName named {string}",
|
|
25
25
|
"section": "keyboard"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
29
|
-
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
29
|
+
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
30
30
|
"wording": "the previous keyboard element focused should be $indefiniteArticle $roleName named {string}",
|
|
31
31
|
"section": "keyboard"
|
|
32
32
|
},
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"key": "key.when.keyboard.nextElement",
|
|
54
|
-
"description": "Move to the next html element that can be reached with Tab<br/><a target='_blank' href='https://github.com/
|
|
54
|
+
"description": "Move to the next html element that can be reached with Tab<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
55
55
|
"wording": "I go to next keyboard element"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"key": "key.when.keyboard.previousElement",
|
|
59
|
-
"description": "Move to the previous html element that can be reached with back Tab<br/><a target='_blank' href='https://github.com/
|
|
59
|
+
"description": "Move to the previous html element that can be reached with back Tab<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
60
60
|
"wording": "I go to previous keyboard element"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"key": "key.given.keyboard.startNavigationFromTheTop",
|
|
114
|
-
"description": "Start a keyboard navigation session from the top of the page<br/><a target='_blank' href='https://github.com/
|
|
114
|
+
"description": "Start a keyboard navigation session from the top of the page<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
115
115
|
"wording": "I start a keyboard navigation from the top of the page"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
@@ -156,12 +156,12 @@
|
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"key": "key.then.element.withSelectorFocused",
|
|
159
|
-
"description": "Checks that the Html element with the specified selector is focused<br/><a target='_blank' href='https://github.com/
|
|
159
|
+
"description": "Checks that the Html element with the specified selector is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
160
160
|
"wording": "the element with selector {string} should be keyboard focused"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
164
|
-
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
164
|
+
"description": "Checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
165
165
|
"wording": "the element with role {string} and name {string} should be keyboard focused"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
@@ -201,13 +201,13 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
204
|
-
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
204
|
+
"description": "Move to the next html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
205
205
|
"wording": "the next keyboard element focused should have name {string} and role {string}",
|
|
206
206
|
"section": "keyboard"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
210
|
-
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/
|
|
210
|
+
"description": "Move to the previous html element that can be reached with Tab and checks that the Html element with the specified [accessible role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) and [name](https://russmaxdesign.github.io/html-elements-names/) is focused<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/en-keyboard.feature'>Examples</a>",
|
|
211
211
|
"wording": "the previous keyboard element focused should have name {string} and role {string}",
|
|
212
212
|
"section": "keyboard"
|
|
213
213
|
},
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
17
|
-
"description": "Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/
|
|
17
|
+
"description": "Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
18
18
|
"wording": "je dois voir $indefiniteArticle $roleName $namedAdjective {string} avoir le focus clavier",
|
|
19
19
|
"section": "keyboard"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
23
|
-
"description": "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/
|
|
23
|
+
"description": "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
24
24
|
"wording": "le prochain élément avec le focus clavier doit être $indefiniteArticle $roleName $namedAdjective {string}",
|
|
25
25
|
"section": "keyboard"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
29
|
-
"description": "Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/
|
|
29
|
+
"description": "Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
30
30
|
"wording": "le précédent élément avec le focus clavier doit être $indefiniteArticle $roleName $namedAdjective {string}",
|
|
31
31
|
"section": "keyboard"
|
|
32
32
|
},
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"key": "key.when.keyboard.nextElement",
|
|
54
|
-
"description": "se déplace au prochain élément HTML atteignable avec la tabulation<br/><a target='_blank' href='https://github.com/
|
|
54
|
+
"description": "se déplace au prochain élément HTML atteignable avec la tabulation<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
55
55
|
"wording": "je vais au prochain élément au clavier"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"key": "key.when.keyboard.previousElement",
|
|
59
|
-
"description": "se déplace au précédent élément HTML atteignable avec la tabulation retour<br/><a target='_blank' href='https://github.com/
|
|
59
|
+
"description": "se déplace au précédent élément HTML atteignable avec la tabulation retour<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
60
60
|
"wording": "je vais au précédent élément au clavier"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"key": "key.given.keyboard.startNavigationFromTheTop",
|
|
114
|
-
"description": "Démarre une session de navigation au clavier à partir du haut de la page<br/><a target='_blank' href='https://github.com/
|
|
114
|
+
"description": "Démarre une session de navigation au clavier à partir du haut de la page<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
115
115
|
"wording": "je commence une navigation au clavier depuis le haut de la page"
|
|
116
116
|
},
|
|
117
117
|
{
|
|
@@ -156,12 +156,12 @@
|
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
"key": "key.then.element.withSelectorFocused",
|
|
159
|
-
"description": "Vérifie que l'élément Html avec le sélecteur est focus<br/><a target='_blank' href='https://github.com/
|
|
159
|
+
"description": "Vérifie que l'élément Html avec le sélecteur est focus<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
160
160
|
"wording": "l'élément avec le sélecteur {string} doit avoir le focus clavier"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"key": "key.then.element.withRoleAndNameFocused",
|
|
164
|
-
"description": "Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) est focus<br/><a target='_blank' href='https://github.com/
|
|
164
|
+
"description": "Vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) est focus<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
165
165
|
"wording": "l'élément avec le rôle {string} et le nom {string} doit avoir le focus clavier"
|
|
166
166
|
},
|
|
167
167
|
{
|
|
@@ -201,13 +201,13 @@
|
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"key": "key.then.element.nextWithRoleAndNameFocused",
|
|
204
|
-
"description": "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/
|
|
204
|
+
"description": "Se déplace au prochain élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
205
205
|
"wording": "le prochain élément avec le focus clavier doit avoir le role {string} et le nom {string}",
|
|
206
206
|
"section": "keyboard"
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"key": "key.then.element.previousWithRoleAndNameFocused",
|
|
210
|
-
"description": "Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/
|
|
210
|
+
"description": "Se déplace au précédent élément HTML atteignable avec la tabulation et vérifie que l'élément Html avec le [rôle accessible](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles#aria_role_types) et le [nom accessible](https://russmaxdesign.github.io/html-elements-names/) a le focus clavier<br/><a target='_blank' href='https://github.com/e2e-test-quest/uuv/blob/main/example/fr-keyboard.feature'>Exemples</a>",
|
|
211
211
|
"wording": "le précédent élément avec le focus clavier doit avoir le role {string} et le nom {string}",
|
|
212
212
|
"section": "keyboard"
|
|
213
213
|
},
|