Esempio n. 1
0
def test_link_indisponivel(resp_home_logado):
    assert_not_contains(resp_home_logado, reverse('login'))
Esempio n. 2
0
def test_link_de_login_indisponível(resp_home_com_usuario_logado):
    assert_not_contains(resp_home_com_usuario_logado, reverse('login'))
Esempio n. 3
0
def test_botao_entrar_indisponivel(resp_home_logado):
    assert_not_contains(resp_home_logado, 'Entrar')
Esempio n. 4
0
def test_without_login_url(resp_with_logged_user):
    return assert_not_contains(resp_with_logged_user, reverse('login'))
Esempio n. 5
0
def test_botão_entrar_indisponível(resp_home_com_usuario_logado):
    assert_not_contains(resp_home_com_usuario_logado, 'Entrar')
Esempio n. 6
0
def test_btn_login_in_home_unavailable(resp_home_with_user_logged):
    assert_not_contains(resp_home_with_user_logged, 'Entrar')
Esempio n. 7
0
def test_without_login_button(resp_with_logged_user):
    return assert_not_contains(resp_with_logged_user, 'Entrar')
Esempio n. 8
0
def test_butao_entrar_indisponivel(resp_home_usuario_logado):
    assert_not_contains(resp_home_usuario_logado, 'Login')
Esempio n. 9
0
def test_link_login_in_home_unavailable(resp_home_with_user_logged):
    assert_not_contains(resp_home_with_user_logged, reverse('login'))
Esempio n. 10
0
def test_link_de_login_indisponible(resp_home_con_usuario_logeado):
    assert_not_contains(resp_home_con_usuario_logeado, reverse('login'))
Esempio n. 11
0
def test_botao_link_entrar_indisponivel(resp_com_usuario_logado):
    assert_not_contains(resp_com_usuario_logado, reverse('login'))
Esempio n. 12
0
def test_boton_entrar_indisponible(resp_home_con_usuario_logeado):
    assert_not_contains(resp_home_con_usuario_logeado, 'Entrar')
Esempio n. 13
0
def test_link_de_login_ausente(resp_home_com_usuario_logado):
    assert_not_contains(resp_home_com_usuario_logado, reverse('login'))
Esempio n. 14
0
def test_botao_entrar_ausente(resp_home_com_usuario_logado):
    assert_not_contains(resp_home_com_usuario_logado, 'Entrar')
Esempio n. 15
0
def test_link_login_indisponivel(resp_home_usuario_logado):
    assert_not_contains(resp_home_usuario_logado, reverse("login"))
Esempio n. 16
0
def test_botao_entrar_indisponivel(resp_home_usuario_logado):
    assert_not_contains(resp_home_usuario_logado, "Entrar")