We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8201eb commit ca04cceCopy full SHA for ca04cce
tests/RPM/utils/unitFunctions.js
@@ -280,7 +280,7 @@ async function findEditedUnit(page, unit) {
280
// Check values for the row
281
await expect(page.locator(`#Units-name-${index}`)).toHaveText(unit);
282
await expect(page.locator(`#Units-description-${index}`)).toHaveText(
283
- 'Test description'
+ 'Test unit edited'
284
);
285
await expect(page.locator(`#Units-abbreviation-${index}`)).toHaveText(
286
unit
@@ -293,7 +293,7 @@ async function findEditedUnit(page, unit) {
293
294
await expect(
295
page.locator(`#Units-measurementSystem-${index}`)
296
- ).toHaveText('Unknown');
+ ).toHaveText('Metric');
297
298
}
299
0 commit comments