You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pytest.mark.rules
def test_page_show_revenue(page):
page.goto(
"http://www.transparencia.feiradesantana.ba.gov.br/index.php?view=receita"
)
page.wait_for_load_state()
page.get_by_role("button", name="Pesquisar").click()
published_date_text = page.locator(
'//*[@id="editable-sample"]/tbody/tr[1]/td[1]'
).text_content()
# TODO check if it is a valid date
expect(page.get_by_text("Data de Publicação")).to_be_visible()
expect(page.get_by_text("Valor")).to_be_visible()
Verificar as informações e seus prazos.
The text was updated successfully, but these errors were encountered: