ACS-7709 fix workflow name and e2e (#3815)

* [ACS-7709] fix workflow name and e2e

* [ACS-7709] fix workflow name and e2e
This commit is contained in:
Akash Rathod
2024-04-25 11:04:26 +02:00
committed by GitHub
parent e670441499
commit 4e0f7017bb
5 changed files with 11 additions and 7 deletions

View File

@@ -29,7 +29,8 @@ export class ManageRules extends BaseComponent {
private static rootElement = '.aca-manage-rules';
public getGroupsList = (optionName: string): Locator => this.getChild('.aca-rule-list-item__header', { hasText: optionName });
public disableRuleToggle = this.getChild('.aca-manage-rules__container .mat-slide-toggle-bar').first();
public ruleToggle = this.getChild('.aca-manage-rules__container .mat-slide-toggle-bar').first();
public ruleToggleFalse = this.getChild('aca-rule-list-grouping input[type="checkbox"][aria-checked="false"]').first();
constructor(page: Page) {
super(page, ManageRules.rootElement);

View File

@@ -32,7 +32,7 @@ export const TEST_FILES = {
},
DOCX2: {
path: resolve(__dirname, 'file2-docx.docx'),
name: 'file-docx',
name: 'file2-docx',
data: 'Lorem ipsum dolor sit amet'
},
PDF: {
@@ -58,7 +58,7 @@ export const TEST_FILES = {
},
XLSX2: {
path: resolve(__dirname, 'file2-xlsx.xlsx'),
name: 'file-xlsx',
name: 'file2-xlsx',
data: 'Lorem ipsum dolor sit amet'
},
JPG_FILE: {