bypassed app-specific script initialize() function to include directly in spec; Jasmine tests now also passing
This commit is contained in:
@@ -3,6 +3,7 @@ const initialize = () => {
|
||||
console.log("initialize called!");
|
||||
const textInput = document.querySelector("id_text");
|
||||
textInput.oninput = () => {
|
||||
console.log("oninput triggered");
|
||||
const errorMsg = document.querySelector(".invalid-feedback");
|
||||
errorMsg.style.display = "none";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user