Преглед изворни кода

SONAR-20294 Fix flaky jest test UserApp

tags/10.2.0.77647
guillaume-peoch-sonarsource пре 9 месеци
родитељ
комит
edda9752af
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      server/sonar-web/src/main/js/apps/users/__tests__/UsersApp-it.tsx

+ 1
- 1
server/sonar-web/src/main/js/apps/users/__tests__/UsersApp-it.tsx Прегледај датотеку

@@ -509,8 +509,8 @@ describe('in manage mode', () => {
await user.click(await ui.localFilter.find());
});

expect(await ui.aliceRowWithLocalBadge.find()).toBeInTheDocument();
expect(ui.bobRow.query()).not.toBeInTheDocument();
expect(ui.aliceRowWithLocalBadge.get()).toBeInTheDocument();
});

it('should be able to change tokens of a user', async () => {

Loading…
Откажи
Сачувај