From 84cfade7f261fc1b558087a0276a0b4ee1d036f5 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Fri, 19 Feb 2016 15:31:12 -0200 Subject: [PATCH] =?UTF-8?q?Ajusta=20mensagem=20de=20confirma=C3=A7=C3=A3o?= =?UTF-8?q?=20de=20exclus=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crud_tests/test_flux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crud_tests/test_flux.py b/crud_tests/test_flux.py index 3f23ae4fc..47603c952 100644 --- a/crud_tests/test_flux.py +++ b/crud_tests/test_flux.py @@ -331,7 +331,7 @@ def test_flux_detail_delete_list(app, cancel): res = res.click('Excluir') # on delete page - assert 'Tem certeza que deseja apagar' in res + assert 'Confirma exclusão de' in res assert stub.name in res # test bifurcation !