connell-class / revassess

this is a trial repo for making a template for the revature assessment
2 stars 11 forks source link

Tier 5 Question 1 Issue with the versions of BootStrap #46

Closed MrNoseybonk closed 4 years ago

MrNoseybonk commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to src/test/java/com.tier5.answers/Answer1Tests.java
  2. Scroll down to lines 31-34
  3. The test is looking for https://code.jquery.com/jquery-3.4.1.slim.min.js and https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js

Expected behavior The current versions that a user will find is 3.5.1 and 4.5.0. This test will need to be changed when their are new versions of BootStrap to ensure the test is looking for the current version shown, or the instructions will need to state which versions to get.

connellrobert commented 4 years ago

fixed in v2 version.