From d9cb39324ea5dfb276c959f65a3401c0a2c411c5 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 19 Aug 2020 18:17:17 +0200 Subject: [PATCH] fix test name --- docs/src/demos/Focus/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/demos/Focus/index.spec.js b/docs/src/demos/Focus/index.spec.js index c8251f4b..f5b67125 100644 --- a/docs/src/demos/Focus/index.spec.js +++ b/docs/src/demos/Focus/index.spec.js @@ -1,4 +1,4 @@ -context('read-only', () => { +context('focus', () => { beforeEach(() => { cy.visit('/examples/focus') })