tests #6

Merged
bucky merged 15 commits from tests into master 2023-10-01 12:26:21 -07:00

15 Commits

Author SHA1 Message Date
bucky a1ea2a09ec expanded click button to click any button for easier use 2023-10-01 12:14:41 -07:00
bucky 445236d735 2nd scenario
+ added a scenario for submitting the button with no text  in url field
+ simplified the visit when clause to be used with any url
+ edited create route redirect if url param is empty (backend validation
  for required URL field)
+ added when clause for clicking submit button
+ added then clause for current path/page
2023-10-01 12:10:30 -07:00
bucky 94026bdad2 added more parts for the first scenario and updated code to work with the changes 2023-09-30 18:39:30 -07:00
bucky b827f72f25 ignore vim swap files 2023-09-30 18:38:56 -07:00
bucky a34b788ff4 added testing stuff, and wrote first successful test! 2023-09-30 14:33:24 -07:00
bucky 097645cd71 added word break to output view, removed custome validation messages on
form
2023-09-25 13:58:40 -07:00
bucky 3e6500ae1c removed rails gem, not sure why it was in there to begin with 2023-09-25 11:06:59 -07:00
bucky 868ed81b97 set min height so box stays the same between views 2023-09-24 11:29:22 -07:00
bucky 57790ff464 custom validation message 2023-09-24 10:19:45 -07:00
bucky d2a411d94c url validation 2023-09-22 18:31:32 -07:00
bucky 8cabe5c7b6 more layout updates 2023-09-22 18:26:38 -07:00
bucky c0c82e5395 added some simple styles to make it nicer 2023-09-22 17:42:50 -07:00
bucky 47f8741592 added logic to prevent duplicate url's from being entered, it just
fetches the url and load it instead
2023-09-22 15:11:06 -07:00
bucky 935b0c5a9f cucumber initialization 2023-09-19 15:40:18 -07:00
bucky a3d7525d9a added rspec, rack test, and cucumber gems 2023-09-19 12:23:38 -07:00