@bigbinary/neeto-playwright-commons 4.1.4 → 4.1.5

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1930,7 +1930,7 @@ const MICROSOFT_LOGIN_SELECTORS = {
1930
1930
  signInProfileIcon: "#mectrl_headerPicture",
1931
1931
  emailInput: '[type="email"]',
1932
1932
  placeholder: ".placeholderInnerContainer",
1933
- dropdownMenu: (appName) => `button[aria-label='${appName}app']`,
1933
+ dropdownMenu: (appName) => `button[aria-label*='${appName}app']`,
1934
1934
  };
1935
1935
 
1936
1936
  const mimeTypeMap = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-playwright-commons",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
4
4
  "description": "A package encapsulating common playwright code across neeto projects.",
5
5
  "repository": "git@github.com:bigbinary/neeto-playwright-commons.git",
6
6
  "license": "apache-2.0",