mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 01:19:31 +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',
|
lastName: 'Vaughn',
|
||||||
password: 'a3'
|
password: 'a3'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
email: 'a4@stratos.com',
|
||||||
|
firstName: 'Bob',
|
||||||
|
otherNames: null,
|
||||||
|
lastName: 'Doe',
|
||||||
|
password: 'a4'
|
||||||
|
},
|
||||||
],
|
],
|
||||||
testTemplate: [
|
testTemplate: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user