7336_devToTest #354

Merged
alexm merged 359 commits from 7336_devToTest into test 2024-05-07 06:34:00 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 914c3fb169 - Show all commits

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');