Skip to content

Commit

Permalink
better test names
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Oct 2, 2023
1 parent 6095720 commit bfc72e5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="cypress" />

describe('course page', () => {
describe('enterprise typescript v2 course page', () => {
beforeEach(() => {
cy.visit(
'http://localhost:8000/course/enterprise-v2',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="cypress" />

describe('course page', () => {
describe('full stack typescript course page', () => {
beforeEach(() => {
cy.visit(
'http://localhost:8000/course/full-stack-typescript',
Expand Down
2 changes: 1 addition & 1 deletion packages/website/cypress/e2e/courses/fundamentals-v3.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="cypress" />

describe('course page', () => {
describe('typescript fundamentals v3 course page', () => {
beforeEach(() => {
cy.visit(
'http://localhost:8000/course/fundamentals-v3',
Expand Down
2 changes: 1 addition & 1 deletion packages/website/cypress/e2e/courses/fundamentals-v4.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="cypress" />

describe('course page', () => {
describe('typescript fundamentals v4 course page', () => {
beforeEach(() => {
cy.visit(
'http://localhost:8000/course/fundamentals-v4',
Expand Down
2 changes: 1 addition & 1 deletion packages/website/cypress/e2e/courses/intermediate-v1.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="cypress" />

describe('course page', () => {
describe('intermediate typescript v1 course page', () => {
beforeEach(() => {
cy.visit(
'http://localhost:8000/course/intermediate-v1',
Expand Down
2 changes: 1 addition & 1 deletion packages/website/cypress/e2e/courses/intermediate-v2.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="cypress" />

describe('course page', () => {
describe('intermediate typescript v2 course page', () => {
beforeEach(() => {
cy.visit(
'http://localhost:8000/course/intermediate-v2',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="cypress" />

describe('course page', () => {
describe('making typescript stick course page', () => {
beforeEach(() => {
cy.visit(
'http://localhost:8000/course/making-typescript-stick',
Expand Down

0 comments on commit bfc72e5

Please sign in to comment.