fix: test and console log
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2024-04-25 12:40:17 +02:00
parent d490d85ecc
commit 914c3fb169
2 changed files with 1 additions and 3 deletions

View File

@ -30,7 +30,6 @@ watchEffect(() => {
});
function getBreadcrumb(param) {
console.log('param.meta.title: ', param.meta.title);
const breadcrumb = {
icon: param.meta.icon,
path: param.path,

View File

@ -1,5 +1,4 @@
describe('template spec', () => {
const agencyId = 11;
describe('AgencyWorkCenter', () => {
beforeEach(() => {
cy.viewport(1920, 1080);
cy.login('developer');