test: skip 'select random user' test

This commit is contained in:
Anton B 2024-03-12 16:58:22 -03:00
parent 91e746ed4c
commit 5a040e69a7

View File

@ -225,7 +225,8 @@ test.describe.parallel('User', () => {
await multiusers.saveUserNames(testInfo);
});
test('Select random user @ci', async ({ browser, context, page }) => {
// following test is not expected to work, the feature will be fully implemented as a plugin only
test.skip('Select random user', async ({ browser, context, page }) => {
const multiusers = new MultiUsers(browser, context);
await multiusers.initModPage(page);
await multiusers.selectRandomUser();