changed _ naming convention in el ids to -; expanded home.html to include head w. title, body w. h1, input & table for testing purposes; functional_tests updated to accomodate above changes & for more specific error handling during tests
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
<html>
|
||||
<title>To-Do lists</title>
|
||||
<head>
|
||||
<title>To-Do lists</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Your To-Do List</h1>
|
||||
<input id="id-new-item" placeholder="Enter a to-do item">
|
||||
<table id="id-list-table">
|
||||
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user