From 491416a0f7afa2081d3b13c694f143d317a1872a Mon Sep 17 00:00:00 2001 From: mlorb Date: Thu, 3 May 2018 09:22:01 +0200 Subject: [PATCH] final fix tests --- features/settings_page/team.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/settings_page/team.feature b/features/settings_page/team.feature index 1b1dea681..5db5997ce 100644 --- a/features/settings_page/team.feature +++ b/features/settings_page/team.feature @@ -20,7 +20,7 @@ Feature: Team settings Given I'm on "BioSistemika Process" team settings page Then I click on team title And I change "BioSistemika Process" with "BioSistemika Process Company" in "team-name-modal" input field - Then I click on "Update" + Then I click "Save" button And I should see "BioSistemika Process Company" on "#team-name" element @javascript