test: skip 'select random user' test
This commit is contained in:
parent
91e746ed4c
commit
5a040e69a7
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user