test: Implemented Smoke test cases automation - Test Automation - Automate UI Smoke test cases #529
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces several improvements and new features to the end-to-end testing framework, focusing on enhanced element targeting, dialog handling, file upload capabilities, and better failure diagnostics through automated screenshot capture. The changes primarily affect the
DkmPagepage object and the test configuration inconftest.py.Page object improvements and new features
ASK_QUESTIONandSEND_BUTTONto use more specific XPath selectors, reducing ambiguity when multiple elements are present. [1] [2]close_dialog_if_open()utility method, which is now called before key actions to ensure tests do not fail due to unexpected overlays. [1] [2] [3] [4]File upload and UI state verification
upload_file,upload_multiple_files), as well as utilities for clearing filters and verifying send button enabled/disabled state, increasing test reliability and flexibility.Test diagnostics and reporting
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information