fix: test and console log
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
d490d85ecc
commit
914c3fb169
|
@ -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,
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
describe('template spec', () => {
|
||||
const agencyId = 11;
|
||||
describe('AgencyWorkCenter', () => {
|
||||
beforeEach(() => {
|
||||
cy.viewport(1920, 1080);
|
||||
cy.login('developer');
|
Loading…
Reference in New Issue