From 6f514ef019df0d4e1039125911410d5148ac90c5 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 8 Jan 2021 12:53:06 +0000 Subject: [PATCH] Describe example textbox by hint not label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ` + Example hint text +
Initial content @@ -79,7 +80,7 @@ describe('Update content', () => { expect( document.getElementById('template_content').getAttribute('aria-described-by') ).toEqual( - "template-content-label update-status" + "example-hint-text update-status" ); });