update names for tests

This commit is contained in:
kevmodrome 2020-06-11 13:20:13 +02:00
parent 59aaf33278
commit b35fbe823c
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
context('Create Application', () => {
context('Create an Application', () => {
beforeEach(() => {
cy.visit('localhost:4001/_builder')

View File

@ -1,4 +1,4 @@
context('Create Model', () => {
context('Create Components', () => {
before(() => {
cy.visit('localhost:4001/_builder')

View File

@ -1,4 +1,4 @@
context('Create Model', () => {
context('Create a Model', () => {
before(() => {
cy.visit('localhost:4001/_builder')

View File

@ -1,4 +1,4 @@
context('Create Model', () => {
context('Create a User', () => {
before(() => {
cy.visit('localhost:4001/_builder')