env: {
LOGIN_USER: 'admin',
- LOGIN_PWD: 'admin',
- CEPH2_URL: 'https://localhost:4202/'
+ LOGIN_PWD: 'password',
+ CEPH2_URL: 'https://192.168.100.100:8443'
},
chromeWebSecurity: false,
)
return require('./cypress/plugins/index.js')(on, config);
},
- baseUrl: 'https://localhost:4200/',
+ baseUrl: 'https://192.168.100.100:8443/',
excludeSpecPattern: ['*.po.ts', '**/orchestrator/**'],
experimentalSessionAndOrigin: true,
specPattern: 'cypress/e2e/**/*-spec.{js,jsx,ts,tsx,feature}'
export class NavigationPageHelper extends PageHelper {
pages = {
- index: { url: '#/overview', id: 'cd-dashboard' }
+ index: { url: '#/overview', id: 'cd-overview' }
};
navigations = [
- { menu: 'Overview', component: 'cd-dashboard' },
+ { menu: 'Overview', component: 'cd-overview' },
{
menu: 'Multi-Cluster',
submenus: [
<cds-tile class="productive-card"
[ngClass]="{'productive-card--shadow': applyShadow}"
[cdsLayer]="0">
- <header class="productive-card-header">
+ <div class="productive-card-header">
<ng-container *ngTemplateOutlet="headerTemplate"></ng-container>
- </header>
+ </div>
<section class="productive-card-section cds--type-body-compact-01"
[ngClass]="{'productive-card-section--footer': footerTemplate}">
<ng-content></ng-content>