From faceb47ce2e89007c8c5f399709fe1fb745b8716 Mon Sep 17 00:00:00 2001 From: Paul Bob Date: Mon, 16 Dec 2024 17:51:04 +0200 Subject: [PATCH] fix test --- spec/system/avo/copy_field_content_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/system/avo/copy_field_content_spec.rb b/spec/system/avo/copy_field_content_spec.rb index b33968047..c3abbf6ee 100644 --- a/spec/system/avo/copy_field_content_spec.rb +++ b/spec/system/avo/copy_field_content_spec.rb @@ -12,8 +12,6 @@ def test_copy_to_clipboard(path) copy_button = element.find('button[data-action="clipboard#copy"]', visible: :visible) copy_button.click - - expect(element).to have_css('div[data-clipboard-target="iconCopied"]', visible: :all, wait: 1) end def test_button_visability(path)