mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:39:32 +00:00
Added Account user to test data with no tests, classes or test templates
This commit is contained in:
@@ -175,6 +175,13 @@ const data = {
|
||||
lastName: 'Vaughn',
|
||||
password: 'a3'
|
||||
},
|
||||
{
|
||||
email: 'a4@stratos.com',
|
||||
firstName: 'Bob',
|
||||
otherNames: null,
|
||||
lastName: 'Doe',
|
||||
password: 'a4'
|
||||
},
|
||||
],
|
||||
testTemplate: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user