Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency codeceptjs to v3.6.5 #5496

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
codeceptjs (source) 3.6.2 -> 3.6.5 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Codeception/codeceptjs (codeceptjs)

v3.6.5

Compare Source

❤️ Thanks all to those who contributed to make this release! ❤️

🛩️ Features

it('should wait for input text field to be disabled', () =>
      I.amOnPage('/form/wait_disabled').then(() => I.waitForDisabled('#text', 1)))

    it('should wait for input text field to be enabled by xpath', () =>
      I.amOnPage('/form/wait_disabled').then(() => I.waitForDisabled("//*[@​name = 'test']", 1)))

    it('should wait for a button to be disabled', () =>
      I.amOnPage('/form/wait_disabled').then(() => I.waitForDisabled('#text', 1)))

Waits for element to become disabled (by default waits for 1sec).
Element can be located by CSS or XPath.

@​param {CodeceptJS.LocatorOrString} locator element located by CSS|XPath|strict locator.
@​param {number} [sec=1] (optional) time in seconds to wait, 1 by default.
@​returns {void} automatically synchronized promise through #recorder

🐛 Bug Fixes

📖 Documentation

v3.6.4

Compare Source

❤️ Thanks all to those who contributed to make this release! ❤️

🛩️ Features

Config:

...
REST: {
 ...
 printCurl: true,
 ...
}
... 

› [CURL Request] curl --location --request POST https://httpbin.org/post -H ...
  • feat(AI): Generate PageObject, added types, shell improvement (#​4319) - by @​DavertMik
    • added askForPageObject method to generate PageObjects on the fly
    • improved AI types
    • interactive shell improved to restore history

Screenshot from 2024-06-17 02-47-37

🐛 Bug Fixes

📖 Documentation

v3.6.3

Compare Source

❤️ Thanks all to those who contributed to make this release! ❤️

🛩️ Features

🐛 Bug Fixes

📖 Documentation


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 10, 2024
@renovate renovate bot enabled auto-merge (squash) July 10, 2024 08:24
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jul 10, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 10, 2024
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x branch from f554002 to 7b031b2 Compare July 10, 2024 09:30
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x branch from 7b031b2 to 26505a8 Compare July 10, 2024 10:47
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x branch from 26505a8 to b14b634 Compare July 11, 2024 10:14
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x branch 3 times, most recently from c5b5d1a to 3e5d3ad Compare July 15, 2024 19:29
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x branch from 3e5d3ad to ec3e5fd Compare July 16, 2024 08:31
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x branch from ec3e5fd to 7728959 Compare July 16, 2024 10:08
@renovate renovate bot force-pushed the renovate/codeceptjs-3.x branch from 7728959 to 60815f7 Compare July 18, 2024 08:44
renovate-approve[bot]
renovate-approve bot previously approved these changes Jul 18, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Jul 18, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Aug 13, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 22, 2024
renovate-approve-2[bot]
renovate-approve-2 bot previously approved these changes Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants