From c3de5bb6440333a7992d5887d8c61178d985b3fd 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 --- challenges/01-responsive-web-design/applied-accessibility.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/applied-accessibility.json b/challenges/01-responsive-web-design/applied-accessibility.json index 9919349937..08af058ec2 100644 --- a/challenges/01-responsive-web-design/applied-accessibility.json +++ b/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(/