From 35be15dfc200695cba61accf92a1251d86b4fe8f Mon Sep 17 00:00:00 2001 From: A-J Roos Date: Thu, 25 Jan 2018 01:33:58 +0200 Subject: [PATCH] test(seed): Check for both opening and closing footer tags (#16542) Currently the test is only checking for the opening footer tag. This proposed change would make it that the test checks for both the opening and closing footer tags. Closes #16416 --- .../01-responsive-web-design/applied-accessibility.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/01-responsive-web-design/applied-accessibility.json b/seed/challenges/01-responsive-web-design/applied-accessibility.json index 9919349937..08af058ec2 100644 --- a/seed/challenges/01-responsive-web-design/applied-accessibility.json +++ b/seed/challenges/01-responsive-web-design/applied-accessibility.json @@ -364,7 +364,7 @@ "" ], "tests": [ - "assert($('footer').length == 1, 'message: Your code should have one footer tag.');", + "assert(code.match(/