@bigbinary/neeto-playwright-commons 1.13.10 → 1.13.11

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
@@ -619,6 +619,7 @@ const TAB_SELECTORS = {
619
619
  shareTab: "share-tab",
620
620
  submissionsTab: "submissions-tab",
621
621
  paymentsTab: "payments-tab",
622
+ settingsTab: "settings-tab",
622
623
  };
623
624
 
624
625
  const TAGS_SELECTORS = {
@@ -21179,7 +21180,7 @@ const i18nFixture = {
21179
21180
  class ThankYouPage {
21180
21181
  constructor(page, neetoPlaywrightUtilities) {
21181
21182
  this.navigateToThankYouPage = async () => {
21182
- await this.page.getByTestId(TAB_SELECTORS.configureTab).click();
21183
+ await this.page.getByTestId(TAB_SELECTORS.settingsTab).click();
21183
21184
  const fetchConfiguration = this.neetoPlaywrightUtilities.interceptMultipleResponses({
21184
21185
  responseUrl: ROUTES.neetoThankYou,
21185
21186
  });
@@ -23708,7 +23709,7 @@ class SlackPage extends IntegrationBase {
23708
23709
  const allowButton = this.page.getByRole("button", {
23709
23710
  name: SLACK_WEB_TEXTS.allow,
23710
23711
  });
23711
- await test$1.expect(allowButton).toBeEnabled({ timeout: 20000 });
23712
+ await test$1.expect(allowButton).toBeEnabled({ timeout: 30000 });
23712
23713
  const currentWorkspace = (await this.page
23713
23714
  .locator(SLACK_SELECTORS.teamPicketButtonContent)
23714
23715
  .textContent()) || "";