Untitled

 avatar
unknown
plain_text
a year ago
332 B
4
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