MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / translate_assert_no_404_errors

Method translate_assert_no_404_errors

seleniumbase/fixtures/words.py:159–171  ·  view source on GitHub ↗
(language)

Source from the content-addressed store, hash-verified

157 return words[language]
158
159 def translate_assert_no_404_errors(language):
160 words = {}
161 words["English"] = "ASSERT NO 404 ERRORS"
162 words["Chinese"] = "检查断开的链接"
163 words["Dutch"] = "CONTROLEREN OP 404 FOUTEN"
164 words["French"] = "AFFIRMEZ PAS D'ERREURS 404"
165 words["Italian"] = "CONTROLLA ERRORI 404"
166 words["Japanese"] = "リンク切れを確認する"
167 words["Korean"] = "끊어진 링크 확인"
168 words["Portuguese"] = "VERIFICAR SE HÁ ERROS 404"
169 words["Russian"] = "ПРОВЕРИТЬ ОШИБКИ 404"
170 words["Spanish"] = "VERIFICAR SI HAY ERRORES 404"
171 return words[language]
172
173 def translate_assert_no_js_errors(language):
174 words = {}

Callers 1

assert_no_404_errorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected