From dd1b19281a3be1e33b503183b4f2c7789f800895 Mon Sep 17 00:00:00 2001 From: Phoebe Lartisant Date: Fri, 19 Apr 2024 15:53:09 +0200 Subject: [PATCH] fix robot api test --- api/test/robot_tests/front_ends/front_ends.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/test/robot_tests/front_ends/front_ends.robot b/api/test/robot_tests/front_ends/front_ends.robot index fffd2d699..9c7b96f13 100644 --- a/api/test/robot_tests/front_ends/front_ends.robot +++ b/api/test/robot_tests/front_ends/front_ends.robot @@ -14,12 +14,12 @@ Suite Teardown Close All Browsers *** Test Cases *** GET / Open Massa Station Page ${API_URL}/ - Wait Until Page Contains Decentralization made easy 10 + Wait Until Page Contains Securely explore Massa's blockchain universe 10 GET /web/ Open Massa Station Page ${API_URL}/web/ - Wait Until Page Contains Decentralization made easy 10 + Wait Until Page Contains Securely explore Massa's blockchain universe 10 GET /web/index Open Massa Station Page ${API_URL}/web/index - Wait Until Page Contains Decentralization made easy 10 + Wait Until Page Contains Securely explore Massa's blockchain universe 10