tanyigbo / Wayfarer-Angular

0 stars 0 forks source link

Testing and Validation #9

Open builde7b0b opened 1 year ago

builde7b0b commented 1 year ago

All test failing

Image

Let's get these passing

builde7b0b commented 1 year ago
  1. For these, let's check and ensure we have all necessary imports:
    TopicComponent, CitiesComponent, NavComponent, AppComponent, SearchComponent, and HeroImageComponent
builde7b0b commented 1 year ago
  1. For AppComponent, make sure to import the AppNavComponent in the AppComponent.spec.ts file.

builde7b0b commented 1 year ago

CANCEL TESTING! Not required for this project.

Let's focus on Custom validation.

builde7b0b commented 1 year ago

Image

Validation is working, ran into a but when the page initially loads however the city's button's are linked to switch the post information when clicked! :)

builde7b0b commented 1 year ago

Link to Step-By-Step Guide on how to replicate

builde7b0b commented 1 year ago

Link to BRANCH