feat(tools): add fully certified development user (#40181)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
describe('Top contributor in user profile', () => {
|
||||
before(() => {
|
||||
cy.clearCookies();
|
||||
cy.exec('npm run seed:auth-user -- --top-contributor');
|
||||
cy.exec('npm run seed -- --top-contributor');
|
||||
});
|
||||
|
||||
after(() => {
|
||||
|
Reference in New Issue
Block a user