Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Oct 26, 2023
1 parent 26b393e commit f851561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/fixtures/build_canceled.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"host": "",
"runtime": "docker",
"distribution": "linux"
}
}
4 changes: 3 additions & 1 deletion cypress/integration/build.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ context('Build', () => {

it('build error should contain error', () => {
cy.get('[data-test=build-error]').contains('msg:');
cy.get('[data-test=build-error]').contains('build canceled in favor of build 7');
cy.get('[data-test=build-error]').contains(
'build canceled in favor of build 7',
);
});

it('clicking superseding build link should direct to new build page', () => {
Expand Down

0 comments on commit f851561

Please sign in to comment.