Feature: Game Search
Description: As a player
I want to search for games
So that I can quickly find a specific game
File name: search.feature
Relative path: casino/search.feature
Given
I am logged in as a verified player
00:00:00.439
When
I press the search keyboard shortcut
00:00:00.015
Then
I should see the search modal
00:00:00.005
When
I press Escape
00:00:00.016
Then
the search modal should be closed
00:00:00.008