Skip to content

Commit

Permalink
[AAE-10472] Upgrade and deprecate libs (#7788)
Browse files Browse the repository at this point in the history
* upgrade and deprecate libs

* upgrade flex layout

* cleanup tslint libs

* diable the test

* exclude flaky e2e
  • Loading branch information
DenysVuika authored and DudaRobert committed Sep 5, 2022
1 parent 8aa2f16 commit 7b1f3e8
Show file tree
Hide file tree
Showing 27 changed files with 325 additions and 1,501 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('Document List Component', () => {
await expect(await contentServicesPage.getAttributeValueForElement(testFile.name, cardProperties.CREATED)).toMatch(/(ago|few)/);
});

// tslint:disable-next-line: ban
// eslint-disable-next-line ban/ban
xit('[C280129] Should keep Gallery View when accessing a folder', async () => {
await contentServicesPage.navigateToCardFolder(folderName);

Expand Down
4 changes: 3 additions & 1 deletion e2e/protractor.excludes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"C269081": "https://alfresco.atlassian.net/browse/ADF-5385",
"C272819": "https://alfresco.atlassian.net/browse/ADF-5385",
"C362241": "https://alfresco.atlassian.net/browse/ADF-5385",
"C260040": "https://alfresco.atlassian.net/browse/AAE-8041"
"C260040": "https://alfresco.atlassian.net/browse/AAE-8041",
"C292004": "https://alfresco.atlassian.net/browse/AAE-10468",
"C297613": "https://alfresco.atlassian.net/browse/AAE-10468"
}
1 change: 0 additions & 1 deletion e2e/resources/forms/checkbox-visibility-condition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* limitations under the License.
*/

/* tslint:disable */
export const checkboxVisibilityFormJson = {
formRepresentation: {
id: 'form-fb9245f6-1132-47bd-b0b3-823bb85002da',
Expand Down
1 change: 0 additions & 1 deletion e2e/resources/forms/custom-date-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* limitations under the License.
*/

/* tslint:disable */
export const customDateFormAPS1 = `{
"formRepresentation":{
"id": 18977,
Expand Down
1 change: 0 additions & 1 deletion e2e/resources/forms/display-value-visibility-conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* limitations under the License.
*/

/* tslint:disable */
export const displayValueTextJson = {
formRepresentation : {
id : 'form-340a2672-429b-454f-9bb1-7b4d7362bb89' ,
Expand Down
Loading

0 comments on commit 7b1f3e8

Please sign in to comment.