Closed GeorgePapalazaridis closed 2 days ago
/photos
and /favorites
pages.Test Case 1: Verify the presence of the navigation buttons ("Photo Grid" and "Favorites").
/photos
or /favorites
).Test Case 2: Verify that clicking the "Photo Grid" button navigates to /photos
and clicking the "Favorites" button navigates to /favorites
.
/photos
./favorites
./photos
./favorites
.Test Case 1: Verify that the active route is highlighted correctly.
/photos
page./favorites
page./photos
page./favorites
page.Test Case 2: Verify that the routerLinkActive
directive is working and adds the active
class to the active button.
/photos
and /favorites
.active
class should be added to the corresponding button in the header based on the current route.Test Case 1: Verify that the header is styled correctly and is distinguishable from the main content.
Test Case 2: Verify that the header is fixed at the top of the page and remains visible when scrolling.
Test Case 3: Verify mobile responsiveness of the header.