Skip to content

Commit

Permalink
Rename a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Jan 13, 2021
1 parent 6218b2b commit f74430c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('ExecutedStep', () => {
expect(getByText(`const someVar = "the var"`));
});

it('renders accordions for step, error message, and error stack script', () => {
it('renders accordions for error message, and stack trace', () => {
step.synthetics = {
error: {
message: 'There was an error executing the step.',
Expand Down

0 comments on commit f74430c

Please sign in to comment.