1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00

update names for tests

This commit is contained in:
kevmodrome 2020-06-11 13:20:13 +02:00
parent b473604bc4
commit 0ab7b99f41
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')