Untitled

Anonymous
plain_text
05/15/2024 4:40 AM
444 B
17
Indexable
Feature: User Login and Search

  Background:
    Given I am on the login page

  Scenario: Successful login
    When I enter my credentials
    And I click the login button
    Then I should be logged in successfully

  Scenario: Search button visibility
    When I scroll down to 40%
    Then the search button should be clickable
Editor is loading...
Leave a Comment