test: refs #6695 handle e2e erros
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
1ea6af8eb9
commit
eb8792f0b7
|
@ -24,7 +24,6 @@ export default defineConfig({
|
||||||
embeddedScreenshots: true,
|
embeddedScreenshots: true,
|
||||||
reportDir: 'test/cypress/reports',
|
reportDir: 'test/cypress/reports',
|
||||||
inlineAssets: true,
|
inlineAssets: true,
|
||||||
json: true,
|
|
||||||
},
|
},
|
||||||
component: {
|
component: {
|
||||||
componentFolder: 'src',
|
componentFolder: 'src',
|
||||||
|
|
|
@ -21,7 +21,6 @@ describe('ClaimAction', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should change destination from other button', () => {
|
it('should change destination from other button', () => {
|
||||||
throw new Error('Error intencionado para provocar un fallo'); // REMOVE ME!
|
|
||||||
const rowData = [true];
|
const rowData = [true];
|
||||||
|
|
||||||
cy.fillRow(firstRow, rowData);
|
cy.fillRow(firstRow, rowData);
|
||||||
|
|
Loading…
Reference in New Issue