Skip to content

Remove deprecated#4946

Merged
aaltat merged 2 commits into
MarketSquare:mainfrom
aaltat:remove_deprecated
Jun 5, 2026
Merged

Remove deprecated#4946
aaltat merged 2 commits into
MarketSquare:mainfrom
aaltat:remove_deprecated

Conversation

@aaltat
Copy link
Copy Markdown
Member

@aaltat aaltat commented Jun 5, 2026

Fixes: #4945

Copilot AI review requested due to automatic review settings June 5, 2026 19:52
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes deprecated functionality and its associated tests from the Browser library, reducing maintenance surface by deleting legacy helpers and an obsolete waiting keyword.

Changes:

  • Removed Browser/utils/deprecated.py (deprecated helper utilities) and its unit tests.
  • Removed the deprecated Robot Framework keyword Wait Until Network Is Idle from Browser/keywords/network.py.
  • Removed the acceptance test case that exercised Wait Until Network Is Idle.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
utest/test_deprecated.py Deletes unit tests that covered the removed deprecated helper functions.
Browser/utils/deprecated.py Removes deprecated helper utilities (including positional-arg conversion and deprecation detection).
Browser/keywords/network.py Removes the deprecated wait_until_network_is_idle keyword implementation.
atest/test/03_Waiting/wait_for_http.robot Removes the acceptance test case that used the deprecated keyword.

@aaltat aaltat merged commit 8f2eeab into MarketSquare:main Jun 5, 2026
67 of 69 checks passed
@aaltat aaltat deleted the remove_deprecated branch June 5, 2026 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove depracated functionality

2 participants