@bigbinary/neeto-playwright-commons 1.10.7 → 1.10.8

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/index.cjs.js CHANGED
@@ -99,6 +99,7 @@ const ROUTES = {
99
99
  show: (id) => `/team_members/teams/${id}`,
100
100
  },
101
101
  attachment: `/neeto_editor${BASE_URL}/direct_uploads/attach`,
102
+ dashboard: "/dashboard",
102
103
  };
103
104
  const API_ROUTES = {
104
105
  teamMembers: {
@@ -13139,7 +13140,7 @@ class HelpAndProfilePage {
13139
13140
  await this.page
13140
13141
  .getByTestId(PROFILE_SECTION_SELECTORS.profileOrganizationSettingsButton)
13141
13142
  .click();
13142
- await test$1.expect(this.page).toHaveURL(new RegExp(ROUTES.authSettings));
13143
+ await test$1.expect(this.page).toHaveURL(new RegExp(ROUTES.dashboard));
13143
13144
  });
13144
13145
  };
13145
13146
  this.verifyLogoutV2 = async () => {