update names for tests
This commit is contained in:
parent
59aaf33278
commit
b35fbe823c
|
@ -1,4 +1,4 @@
|
|||
context('Create Application', () => {
|
||||
context('Create an Application', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
cy.visit('localhost:4001/_builder')
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
context('Create Model', () => {
|
||||
context('Create Components', () => {
|
||||
|
||||
before(() => {
|
||||
cy.visit('localhost:4001/_builder')
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
context('Create Model', () => {
|
||||
context('Create a Model', () => {
|
||||
|
||||
before(() => {
|
||||
cy.visit('localhost:4001/_builder')
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
context('Create Model', () => {
|
||||
context('Create a User', () => {
|
||||
|
||||
before(() => {
|
||||
cy.visit('localhost:4001/_builder')
|
||||
|
|
Loading…
Reference in New Issue