peviitor-ro / oportunitatisicariere

UI for oportunitatisicariere.ro
https://oportunitatisicariere.ro/
MIT License
7 stars 8 forks source link

Window is navigable using only the keyboard #225

Closed DeedeeDL closed 2 months ago

DeedeeDL commented 3 months ago

Descirption : Verify if the window with the URL https://oportunitatisicariere.ro/# is navigable using only the keyboard. Preconditions : The website is up and running

DeedeeDL commented 3 months ago

Step 1 : Open the website https://oportunitatisicariere.ro/# Expeced result : The website is running and the homepage can be seen

DeedeeDL commented 3 months ago

Step 2 : Put aside the mouse Expcted result: Use only your keyboard.

DeedeeDL commented 3 months ago

Step 3 : Press TAB from the keyboard to navigate through the elements of the menu bar and other important elements from the homepage Expected result: The focus moves sequentially to the next focusable element each time the Tab key is pressed

DeedeeDL commented 3 months ago

Step 4 : Press SHIFT+TAB from the keyboard to navigate through the elements of the menu bar and other important elements from the homepage but backward. Expected result: The focus moves sequentially to the anterior focusable element each time the Shift+Tab key is pressed

DeedeeDL commented 3 months ago

Step 5 : Use up or down arrow from the keyboard Expected result : When pressing the up arrow from the keyboard the scroll will go up and when pressing the down arrow, the scroll will go down.

DeedeeDL commented 3 months ago

Step 6 : Use space from the keyboard Expected result : Being at the upper part of the page, pressing space the scroll will go down little by little at every press of the space.

DeedeeDL commented 3 months ago

Step 7 : Using enter from the keyboard Expected result : Pressing enter when an element is focusable (ex: If the link "Misiunea noastra" is on focus) will trigger the element (ex : When pressing enter when the link "Misiunea noastra" is focusable tha page will display the section assigned to the link).