From 58962186cd45dc03418b2bf08499756bbbc02d87 Mon Sep 17 00:00:00 2001 From: taitus Date: Wed, 12 Jun 2019 22:17:15 +0200 Subject: [PATCH] Add tracking as backend path --- spec/support/common_actions/translations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/common_actions/translations.rb b/spec/support/common_actions/translations.rb index 768e60059..949dc5ada 100644 --- a/spec/support/common_actions/translations.rb +++ b/spec/support/common_actions/translations.rb @@ -58,7 +58,7 @@ module Translations end def front_end_path_to_visit?(path) - path[/admin|managment|valuation/].blank? + path[/admin|managment|valuation|tracking/].blank? end def expect_to_have_language(language)