Description
Application
The application for this challenge is the Restful Booker Platform (RBP), it’s front-end is written in React. More about the application is available here. You can also ask questions related to the application there.
The Challenges:
Complete these challenges using any tooling of your choice.
Beginner:
Load the footer component and assert that the copyright date is the current year.
Intermediate:
Load the hotel room info component, click ‘Book this Room’, and assert that the Room Booking Form component is displayed.
Advanced:
Load the login component, complete the login form, and assert that the correct request was sent to the AUTH api.
Learning Outcomes
- Automate on the JavaScript layer