diff --git a/test/server.cpp b/test/server.cpp index 65c1376a8..e82dd676e 100644 --- a/test/server.cpp +++ b/test/server.cpp @@ -411,11 +411,13 @@ public: std::string expectedResponse() const; private: + bool isTranslatedVersion() const; virtual std::string pageTitle() const; std::string pageCssLink() const; std::string hiddenBookNameInput() const; std::string searchPatternInput() const; std::string taskbarLinks() const; + std::string goToWelcomePageText() const; }; std::string TestContentIn404HtmlResponse::expectedResponse() const @@ -454,7 +456,11 @@ std::string TestContentIn404HtmlResponse::expectedResponse() const