Skip to content

RetryFailedStep doesn't work with Retry, that was add in 3.4.1 #3600

@hatufacci

Description

@hatufacci

Playwright use auto-waiting before start actions with elements https://playwright.dev/docs/actionability

It seems that this auto-waiting doesn't work in CodeceptJS version: 3.4.1

  • CodeceptJS version: 3.4.1
  • NodeJS Version: v18.14.0
  • Operating System: Ubuntu 20.04.5 LTS
  • Playwright
  • Configuration file:
helpers: {
    Playwright: {
      url: process.env.FUNCTIONS_APP_URL,
      show: false,
      restart: true,
      video: true,
      trace: true,
      browser: "chromium",
      windowSize: "1440x900",
      waitForNavigation: "networkidle",
      waitForTimeout: 40000,
      timeout: 10000,
    },
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions