@serenity-js/web
Advanced tools
Comparing version 3.7.2 to 3.8.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.8.0](https://github.com/serenity-js/serenity-js/compare/v3.7.2...v3.8.0) (2023-08-01) | ||
**Note:** Version bump only for package @serenity-js/web | ||
## [3.7.2](https://github.com/serenity-js/serenity-js/compare/v3.7.1...v3.7.2) (2023-07-26) | ||
@@ -8,0 +16,0 @@ |
@@ -124,2 +124,3 @@ import type { Answerable } from '@serenity-js/core'; | ||
* import { Navigate, Cookie } from '@serenity-js/web' | ||
* import { browser } from '@wdio/globals' | ||
* | ||
@@ -126,0 +127,0 @@ * await actorCalled('Hannu') |
@@ -139,2 +139,3 @@ "use strict"; | ||
* import { Navigate, Cookie } from '@serenity-js/web' | ||
* import { browser } from '@wdio/globals' | ||
* | ||
@@ -141,0 +142,0 @@ * await actorCalled('Hannu') |
@@ -57,2 +57,3 @@ import type { Activity, Answerable, AnswersQuestions, UsesAbilities } from '@serenity-js/core'; | ||
* import { Click, Enter, Switch } from '@serenity-js/web' | ||
* import { browser } from '@wdio/globals' | ||
* | ||
@@ -80,2 +81,3 @@ * await actorCalled('Francesca') | ||
* import { Key, PageElement, Press, Switch, Value } from '@serenity-js/web' | ||
* import { browser } from '@wdio/globals' | ||
* | ||
@@ -82,0 +84,0 @@ * const inputField = () => |
@@ -58,2 +58,3 @@ "use strict"; | ||
* import { Click, Enter, Switch } from '@serenity-js/web' | ||
* import { browser } from '@wdio/globals' | ||
* | ||
@@ -81,2 +82,3 @@ * await actorCalled('Francesca') | ||
* import { Key, PageElement, Press, Switch, Value } from '@serenity-js/web' | ||
* import { browser } from '@wdio/globals' | ||
* | ||
@@ -83,0 +85,0 @@ * const inputField = () => |
{ | ||
"name": "@serenity-js/web", | ||
"version": "3.7.2", | ||
"version": "3.8.0", | ||
"description": "Serenity/JS Screenplay Pattern APIs for the Web", | ||
@@ -47,4 +47,4 @@ "author": { | ||
"dependencies": { | ||
"@serenity-js/assertions": "3.7.2", | ||
"@serenity-js/core": "3.7.2", | ||
"@serenity-js/assertions": "3.8.0", | ||
"@serenity-js/core": "3.8.0", | ||
"tiny-types": "^1.20.0" | ||
@@ -62,3 +62,3 @@ }, | ||
}, | ||
"gitHead": "1803ef1287e21b4b6239f0800788483fe4e9d580" | ||
"gitHead": "5a054cb7304cf0133c3370768fe03db67c197e59" | ||
} |
@@ -145,2 +145,3 @@ import type { Answerable, AnswersQuestions, UsesAbilities } from '@serenity-js/core'; | ||
* import { Navigate, Cookie } from '@serenity-js/web' | ||
* import { browser } from '@wdio/globals' | ||
* | ||
@@ -147,0 +148,0 @@ * await actorCalled('Hannu') |
@@ -59,2 +59,3 @@ import type { Activity, Actor, Answerable, AnswersQuestions, UsesAbilities } from '@serenity-js/core'; | ||
* import { Click, Enter, Switch } from '@serenity-js/web' | ||
* import { browser } from '@wdio/globals' | ||
* | ||
@@ -82,2 +83,3 @@ * await actorCalled('Francesca') | ||
* import { Key, PageElement, Press, Switch, Value } from '@serenity-js/web' | ||
* import { browser } from '@wdio/globals' | ||
* | ||
@@ -84,0 +86,0 @@ * const inputField = () => |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
693706
14874
+ Added@serenity-js/assertions@3.8.0(transitive)
+ Added@serenity-js/core@3.8.0(transitive)
- Removed@serenity-js/assertions@3.7.2(transitive)
- Removed@serenity-js/core@3.7.2(transitive)
Updated@serenity-js/core@3.8.0