@axinom/mosaic-e2e-page-model 0.2.2-rc.4 → 0.2.2-rc.6

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.
@@ -58,7 +58,7 @@ export declare class UiShellModel {
58
58
  * The management system must be loaded & signed in before using this method.
59
59
  *
60
60
  * The following steps will be taken:
61
- * - Navigate to the home breadcrumb
61
+ * - Navigate to the home breadcrumb (if not already on the landing page)
62
62
  * - Navigate to a tile by label
63
63
  * - Wait for a page transition to complete
64
64
  */
@@ -68,7 +68,7 @@ export declare class UiShellModel {
68
68
  * The management system must be loaded & signed in before using this method.
69
69
  *
70
70
  * The following steps will be taken:
71
- * - Navigate to the home breadcrumb
71
+ * - Navigate to the home breadcrumb (if not already on the landing page)
72
72
  * - Navigate to the 'Settings' tile
73
73
  * - Navigate to a tile by group label and tile label
74
74
  * - Wait for a page transition to complete
@@ -78,7 +78,7 @@ class UiShellModel {
78
78
  * The management system must be loaded & signed in before using this method.
79
79
  *
80
80
  * The following steps will be taken:
81
- * - Navigate to the home breadcrumb
81
+ * - Navigate to the home breadcrumb (if not already on the landing page)
82
82
  * - Navigate to a tile by label
83
83
  * - Wait for a page transition to complete
84
84
  */
@@ -101,7 +101,7 @@ class UiShellModel {
101
101
  * The management system must be loaded & signed in before using this method.
102
102
  *
103
103
  * The following steps will be taken:
104
- * - Navigate to the home breadcrumb
104
+ * - Navigate to the home breadcrumb (if not already on the landing page)
105
105
  * - Navigate to the 'Settings' tile
106
106
  * - Navigate to a tile by group label and tile label
107
107
  * - Wait for a page transition to complete
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-e2e-page-model",
3
- "version": "0.2.2-rc.4",
3
+ "version": "0.2.2-rc.6",
4
4
  "description": "A page model for testing an Axinom Mosaic Management System with Playwright.",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -21,7 +21,7 @@
21
21
  "dev": "tsc -w"
22
22
  },
23
23
  "dependencies": {
24
- "@axinom/mosaic-e2e-ui-selectors": "^0.2.2-rc.4"
24
+ "@axinom/mosaic-e2e-ui-selectors": "^0.2.2-rc.6"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^14.18.0",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "b2bb6f24792b4dbfa838ba3a196c894017d85ceb"
36
+ "gitHead": "f65461b99c3373428224df38f6d4c2b48498e082"
37
37
  }