From de3c32d1ffff7386fbc95a5a23ca5d774ebfec24 Mon Sep 17 00:00:00 2001 From: Ben Kucera <14625260+Bkucera@users.noreply.github.com> Date: Mon, 28 Oct 2019 16:23:52 -0400 Subject: [PATCH] fix test --- .../test/cypress/integration/commands/actions/click_spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/driver/test/cypress/integration/commands/actions/click_spec.js b/packages/driver/test/cypress/integration/commands/actions/click_spec.js index 0570c81716..9e2215eb06 100644 --- a/packages/driver/test/cypress/integration/commands/actions/click_spec.js +++ b/packages/driver/test/cypress/integration/commands/actions/click_spec.js @@ -2534,7 +2534,7 @@ describe('src/cy/commands/actions/click', () => { }, { 'Event Name': 'click', - 'Target Element': '⚠️ not fired (Element was detached)', + 'Target Element': '⚠️ not fired (element was detached)', 'Prevented Default?': null, 'Stopped Propagation?': null, 'Modifiers': null, @@ -2583,7 +2583,7 @@ describe('src/cy/commands/actions/click', () => { }, { 'Event Name': 'click', - 'Target Element': '⚠️ not fired (Element did not receive pointerup event)', + 'Target Element': '⚠️ not fired (mouseup and mousedown not received by same element)', 'Prevented Default?': null, 'Stopped Propagation?': null, 'Modifiers': null,