--- tags: - log/brag Date: 2023-11-08 up: "[[Daily Notes]]" --- # Brag Log ## Debugged test with Ricky After our chart capture application meeting, I met with Ricky to help him debug some tests that kept failing. Per usual, i walk through [[all the basics]]. Gain and understanding of what all of the [[helper functions]] and [[classes]] are doing and really put myself into the problem. I kept asking questions, validating my assumptions about things were true via logging and did a few checks. I stumbled upon the idea to check if the data is empty, what happens to the [[DOM]] [[Element]].. Is it any different? .. well it was.. It no long had the [[list box]] role assigned to it, and thus told me that the data must be empty.. I then asked if he was doing our usual [[mock server]] setup at the beginning of every test.. he wasn't. That luckily solved the problem. ## Resolved issue for Dallas Dallas is my [[senior principal developer]]. He set up the azure CI/CD pipelines for me for a new project we've been working on. The endpoints weren't working and its because the base url was set to nothing, so it was using the apps domain as the base url. I went into the [[YAML]] file and changed the variable being set that determined the environment as well as made the script in the [[package file]] , which solved our problem and we are now able to sign in to the app again.