From fcd2e1842dd781c8cdc92ba0408607184a5c1ff3 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Tue, 8 Sep 2020 09:33:53 +0200 Subject: [PATCH] Dont match exact rocketchat title The title varies so we don't try to match it exactly. Fixes #659 --- test/behave/features/rocketchat.feature | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/behave/features/rocketchat.feature b/test/behave/features/rocketchat.feature index f0cccc19b..68ddfacfe 100644 --- a/test/behave/features/rocketchat.feature +++ b/test/behave/features/rocketchat.feature @@ -19,5 +19,3 @@ Scenario: Login to rocketchat And I enter the "rocketchat" "password" in the inputfield "#pass" And I click on the button ".login" Then I wait on element ".rooms-list" for 25000ms to be visible - And I expect that the title is "Rocket.Chat" - -- GitLab