Skip to content

Commit

Permalink
In progress test_smoke_registration_data_import_happy_path
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-kellton committed Jul 9, 2024
1 parent 221dbaa commit 98af710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def getButtonImportFile(self) -> WebElement:
return self.wait_for(self.buttonImportRDI)

def disappearButtonImportFile(self) -> None:
self.wait_for_disappear(self.buttonImportRDI, timeout=20)
self.wait_for_disappear(self.buttonImportRDI, timeout=30)

def getExcelItem(self) -> WebElement:
return self.wait_for(self.excelItem)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def test_smoke_registration_data_import_happy_path(
pageDetailsRegistrationDataImport.getButtonMergeRdi().click()
pageDetailsRegistrationDataImport.getButtonMerge().click()
pageDetailsRegistrationDataImport.waitForStatus("MERGED")
assert "MERGED" == pageDetailsRegistrationDataImport.getStatusContainer().text
assert "VIEW TICKETS" in pageDetailsRegistrationDataImport.getButtonViewTickets().text
pageDetailsRegistrationDataImport.getButtonIndividuals().click()
pageDetailsRegistrationDataImport.getButtonHouseholds().click()
Expand Down

0 comments on commit 98af710

Please sign in to comment.