From abdba0eb08ae8398e24e57650dcaa392f5748e97 Mon Sep 17 00:00:00 2001 From: Ivan Kuchin Date: Thu, 14 Nov 2024 12:27:43 +0100 Subject: [PATCH] is the check for angular bootstrap even needed --- spec/support/angular.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/support/angular.rb b/spec/support/angular.rb index 19a338918475..c2583e0adf47 100644 --- a/spec/support/angular.rb +++ b/spec/support/angular.rb @@ -29,5 +29,4 @@ ## # Wait for the angular bootstrap to have happened def expect_angular_frontend_initialized - expect(page).to have_css(".__ng2-bootstrap-has-run", wait: 20) end