@uuv/runner-commons 2.53.0 → 2.54.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 CHANGED
@@ -1,3 +1,10 @@
1
+ # [2.54.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.53.0...runner-commons-v2.54.0) (2025-07-03)
2
+
3
+
4
+ ### Features
5
+
6
+ * add sentence to check page title ([9f720c2](https://github.com/e2e-test-quest/uuv/commit/9f720c2e926b99a9f8beea093f0b9fc44dd1909c))
7
+
1
8
  # [2.53.0](https://github.com/e2e-test-quest/uuv/compare/runner-commons-v2.52.0...runner-commons-v2.53.0) (2025-07-02)
2
9
 
3
10
 
@@ -114,6 +114,11 @@
114
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
+ {
118
+ "key": "key.then.page.withTitle",
119
+ "description": "Checks the current html page have the specified title",
120
+ "wording": "I should see the page title {string}"
121
+ },
117
122
  {
118
123
  "key": "key.then.attributes.withValues",
119
124
  "description": "Checks Html attributes of the selected element",
@@ -46,6 +46,9 @@
46
46
  }
47
47
  },
48
48
  "then": {
49
+ "page": {
50
+ "withTitle": ""
51
+ },
49
52
  "element": {
50
53
  "withContent": "",
51
54
  "withRoleAndName": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/runner-commons",
3
- "version": "2.53.0",
3
+ "version": "2.54.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",
@@ -114,6 +114,11 @@
114
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
+ {
118
+ "key": "key.then.page.withTitle",
119
+ "description": "Checks the current html page have the specified title",
120
+ "wording": "I should see the page title {string}"
121
+ },
117
122
  {
118
123
  "key": "key.then.attributes.withValues",
119
124
  "description": "Checks Html attributes of the selected element",
@@ -114,6 +114,11 @@
114
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
+ {
118
+ "key": "key.then.page.withTitle",
119
+ "description": "Vérifie que la page courante a le bon titre",
120
+ "wording": "je dois voir le titre de page {string}"
121
+ },
117
122
  {
118
123
  "key": "key.then.attributes.withValues",
119
124
  "description": "Vérifie des attributs Html de l'élément sélectionné",