From 5d7372f687644f6966b51069e9ab11d615644ece Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Sun, 22 Oct 2023 22:32:04 +0300 Subject: [PATCH] Fix CI --- spec/system/oauth/applications_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/system/oauth/applications_spec.rb b/spec/system/oauth/applications_spec.rb index 92d8afb..d4fedf8 100644 --- a/spec/system/oauth/applications_spec.rb +++ b/spec/system/oauth/applications_spec.rb @@ -36,10 +36,10 @@ def create_a_new_oauth_application sign_in_with_the_new_account create_a_new_oauth_application - new_window = window_opened_by { click_on "Упълномощи" } + new_window = window_opened_by { click_on "Потвърди" } within_window new_window do - click_on "Упълномощи" + click_on "Потвърди" expect(page).to have_text("Код за упълномощаване:") end end