Skip to content

Commit

Permalink
update retries.ui.spec test titles
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Aug 10, 2020
1 parent c150111 commit 2fb38df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/runner/cypress/integration/retries.ui.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ describe('runner/cypress retries.ui.spec', { viewportWidth: 600, viewportHeight:
})

describe('beforeEach', () => {
it('beforeEach hooks retry, but only run same-level afterEach hooks', () => {
it('beforeEach hooks retry on failure, but only run same-level afterEach hooks', () => {
runIsolatedCypress({
hooks: [{ type: 'beforeEach', fail: 1 }],
suites: {
Expand Down Expand Up @@ -291,7 +291,7 @@ describe('runner/cypress retries.ui.spec', { viewportWidth: 600, viewportHeight:
})

describe('afterEach', () => {
it('afterEach hooks retry, but do not continue to run after one fails', () => {
it('afterEach hooks retry on failure, but only run higher-level afterEach hooks', () => {
runIsolatedCypress({
hooks: [{ type: 'afterEach', fail: 2 }],
suites: {
Expand Down

0 comments on commit 2fb38df

Please sign in to comment.