Skip to content

Commit

Permalink
PMM-7: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Jan 3, 2025
1 parent d008928 commit e7e80cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrade/mongoBackup_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Scenario(
I.click(backupInventoryPage.buttons.openAddBackupModal);

backupInventoryPage.selectDropdownOption(backupInventoryPage.fields.serviceNameDropdown, mongoServiceName);
backupInventoryPage.selectDropdownOption(backupInventoryPage.fields.locationDropdown, backupName);
backupInventoryPage.selectDropdownOption(backupInventoryPage.fields.locationDropdown, location.name);
I.fillField(backupInventoryPage.fields.backupName, backupName);
// TODO: uncomment when PMM-10899 will be fixed
// I.fillField(backupInventoryPage.fields.description, 'test description');
Expand Down

0 comments on commit e7e80cc

Please sign in to comment.