Browse Source

update names for tests

pull/348/head
kevmodrome 6 years ago
parent
commit
0ab7b99f41
  1. 2
      packages/builder/cypress/integration/createApp.spec.js
  2. 2
      packages/builder/cypress/integration/createComponents.spec.js
  3. 2
      packages/builder/cypress/integration/createModel.spec.js
  4. 2
      packages/builder/cypress/integration/createUser.spec.js

2
packages/builder/cypress/integration/createApp.spec.js

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

2
packages/builder/cypress/integration/createComponents.spec.js

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

2
packages/builder/cypress/integration/createModel.spec.js

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

2
packages/builder/cypress/integration/createUser.spec.js

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

Loading…
Cancel
Save