Skip to content

Commit

Permalink
PMM-13537: Un-skip changing pmm server address tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterSirotnak committed Dec 18, 2024
1 parent 5b78e1e commit c28e548
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,6 @@ Scenario(
publicAddressValue,
`Expected the Public Address to be saved and Match ${publicAddressValue}`,
);

I.clearField(pmmSettingsPage.fields.publicAddressInput);
pmmSettingsPage.applyChanges();

I.waitForVisible(pmmSettingsPage.fields.publicAddressInput);
const publicAddressAfterClear = await I.grabValueFrom(pmmSettingsPage.fields.publicAddressInput);

I.assertTrue(publicAddressAfterClear.length === 0, 'Expected the Public Address Input Field to be empty!');
},
).retry(1);

Expand Down

0 comments on commit c28e548

Please sign in to comment.