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

test: Verify Payment Operations test cases #6203

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 2, 2024

  1. 🧪(test): Verify Payment Operations test cases

    This commit adds a new test case for the Payment Operations page. The test verifies the presence of default elements on the page, such as the search box, time range dropdown, filter options, and buttons. The test ensures that the page is functioning correctly and displays the expected elements.
    
    Refactor commands.js
    
    This commit refactors the commands.js file by adding new custom commands. The new commands include getByTestId, clickOnElementWithText, and navigateFromSideMenu. These commands enhance the readability and reusability of the test code by providing convenient shortcuts for common actions.
    shreyT19 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8a59061 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    f678ae9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. refactor(test): Update Payment Operations test cases and add verifica…

    …tion for displayed payments
    shreyT19 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    aa48a5b View commit details
    Browse the repository at this point in the history