-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: refactor remote components structure * fix: comment out harnesses until tests are ready * fix: removed logs
- Loading branch information
Showing
16 changed files
with
32 additions
and
137 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// import { ComponentHarness } from '@angular/cdk/testing' | ||
|
||
// export class OneCXShowHelpHarness extends ComponentHarness { | ||
// static hostSelector = 'app-ocx-show-help' | ||
|
||
// getHelpButton = this.locatorForOptional('#show-help-button') | ||
// getHelpIcon = this.locatorForOptional('#show-help-button-icon') | ||
|
||
// async getHelpButtonTitle(): Promise<string | null | undefined> { | ||
// return await (await this.getHelpButton())?.getAttribute('ng-reflect-text') | ||
// // return (await (await this.getHelpButton())?.host())?.getAttribute('title') | ||
// } | ||
|
||
// async clickHelpButton() { | ||
// await (await this.getHelpButton())?.click() | ||
// } | ||
|
||
// async hasHelpButtonClass(c: string): Promise<boolean | undefined> { | ||
// return (await (await this.getHelpButton())?.getAttribute('class'))?.includes(c) | ||
// } | ||
|
||
// async hasHelpIconClass(c: string): Promise<boolean | undefined> { | ||
// return (await (await this.getHelpIcon())?.getAttribute('class'))?.includes(c) | ||
// } | ||
// } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters