-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1845 from NationalSecurityAgency/t#1810/cypress_u…
…pgrade T#1810/cypress upgrade
- Loading branch information
Showing
119 changed files
with
67 additions
and
131 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -620,40 +620,65 @@ describe('Accessibility Tests', () => { | |
cy.customA11y(); | ||
}); | ||
|
||
it('settings', () => { | ||
|
||
it('settings - profile', () => { | ||
cy.logout(); | ||
cy.login('[email protected]', 'password'); | ||
cy.visit('/settings'); | ||
cy.contains('First Name'); | ||
cy.injectAxe(); | ||
cy.get('[data-cy="generalSettingsSave"]'); | ||
cy.customLighthouse(); | ||
cy.customA11y(); | ||
}) | ||
|
||
cy.get('[data-cy="nav-Preferences"]') | ||
.click(); | ||
cy.contains('Preferences'); | ||
|
||
it('settings - preferences', () => { | ||
cy.logout(); | ||
cy.login('[email protected]', 'password'); | ||
cy.visit('/settings/preferences'); | ||
cy.injectAxe(); | ||
cy.get('[data-cy="userPrefsSettingsSave"]'); | ||
cy.customLighthouse(); | ||
cy.customA11y(); | ||
}) | ||
|
||
cy.get('[data-cy=nav-Security]') | ||
.click(); | ||
cy.contains('Root Users Management'); | ||
|
||
it('settings - security', () => { | ||
cy.logout(); | ||
cy.login('[email protected]', 'password'); | ||
cy.visit('/settings/security'); | ||
cy.injectAxe(); | ||
cy.get('[data-cy="addUserBtn"]') | ||
cy.get('[data-cy="supervisorrm"]') | ||
.contains('There are no records to show'); | ||
cy.customLighthouse(); | ||
cy.customA11y(); | ||
}) | ||
|
||
cy.get('[data-cy=nav-Email]') | ||
.click(); | ||
it('settings - email', () => { | ||
cy.logout(); | ||
cy.login('[email protected]', 'password'); | ||
cy.visit('/settings/email'); | ||
cy.injectAxe(); | ||
cy.contains('Email Connection Settings'); | ||
cy.contains('TLS Disabled'); | ||
cy.contains('Public URL'); | ||
cy.get('[data-cy="emailSettingsTest"]') | ||
cy.customLighthouse(); | ||
cy.customA11y(); | ||
}); | ||
|
||
cy.get('[data-cy=nav-System]') | ||
.click(); | ||
it('settings - system', () => { | ||
cy.intercept('GET', '/root/getSystemSettings') | ||
.as('getSettings'); | ||
cy.logout(); | ||
cy.login('[email protected]', 'password'); | ||
cy.visit('/settings/system'); | ||
cy.wait('@getSettings') | ||
cy.contains('Token Expiration'); | ||
cy.get('[data-cy="resetTokenExpiration"]').should('have.value', '2H') | ||
cy.get('[data-cy="saveSystemSettings"]') | ||
cy.injectAxe(); | ||
cy.customLighthouse(); | ||
cy.customA11y(); | ||
}); | ||
|
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
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
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
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
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
Binary file removed
BIN
-35.6 KB
..._and_catalog_spec.js/Subject Cards one with disabled skill one without.snap.png
Binary file not shown.
Binary file modified
BIN
-290 Bytes
(100%)
...ient-display-deps-chart_spec.js/CrossProject Dep with the same skillId.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-280 Bytes
(99%)
...art_spec.js/Deps Chart - fully satisfied deps with cross-project skill.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-242 Bytes
(100%)
...ay/client-display-deps-chart_spec.js/Deps Chart - fully satisfied deps.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-269 Bytes
(100%)
...-display-deps-chart_spec.js/Deps Chart - partially completed - 1 out 4.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-242 Bytes
(100%)
...-display-deps-chart_spec.js/Deps Chart - partially completed - 3 out 4.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-335 Bytes
(100%)
...nt-display/client-display-deps-chart_spec.js/InProjectDependency-child.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-307 Bytes
(100%)
...t-display/client-display-deps-chart_spec.js/InProjectDependency-parent.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-312 Bytes
(100%)
...y/client-display-deps-chart_spec.js/LockedSkill-CrossProjectDependency.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-442 Bytes
(100%)
...lay/client-display-deps-chart_spec.js/LockedSkill-ThatWasFullyAchieved.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+28 Bytes
(100%)
...client-display-deps-chart_spec.js/LockedSkill-ThatWasPartiallyAchieved.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-421 Bytes
(100%)
...play-deps-chart_spec.js/Subject-WithLockedSkills-ThatWereFullyAchieved.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-484 Bytes
(100%)
...-deps-chart_spec.js/Subject-WithLockedSkills-ThatWerePartiallyAchieved.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-155 Bytes
(98%)
...ient-display-self_report_skills_spec.js/Self_Reportable Label - Themed.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-132 Bytes
(98%)
...report_skills_spec.js/Self_Reportable Label on Skill Overview - Themed.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-87 Bytes
(99%)
...lay-self_report_skills_spec.js/Self_Reportable Label on Skill Overview.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-146 Bytes
(98%)
...isplay/client-display-self_report_skills_spec.js/Self_Reportable Label.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-433 Bytes
(100%)
...lient Display Skills Filtering Tests -- Visual Test skills filter open.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-117 Bytes
(100%)
...iltering Tests -- Visual Test skills search and skills filter selected.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-34 Bytes
(100%)
...g Tests -- Visual Tests filter selected and last viewed button present.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-314 Bytes
(100%)
...ent Display Theme Components Tests -- ability to configure tile border.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-24 Bytes
(100%)
...ents Tests -- point history chart - dark gray background customization.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-22 Bytes
(100%)
...eme Components Tests -- point history chart - line, label and gradient.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-345 Bytes
(99%)
...heme Components Tests -- theme info cards border overrides tile border.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-13 Bytes
(98%)
...lient-display-theme-components_spec.js/buttons-Back-darkTileBackground.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-12 Bytes
(98%)
...ts/client-display/client-display-theme-components_spec.js/buttons-Back.snap.png
Oops, something went wrong.
Binary file modified
BIN
+16 Bytes
(100%)
...splay-theme-components_spec.js/buttons-badgesFilter-darkTileBackground.snap.png
Oops, something went wrong.
Binary file modified
BIN
+12 Bytes
(100%)
...t-display/client-display-theme-components_spec.js/buttons-badgesFilter.snap.png
Oops, something went wrong.
Binary file modified
BIN
-15 Bytes
(99%)
...ient-display/client-display-theme-components_spec.js/buttons-resetZoom.snap.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...display-theme-components_spec.js/buttons-selfReport-darkTileBackground.snap.png
Oops, something went wrong.
Binary file modified
BIN
+1 Byte
(100%)
...ent-display/client-display-theme-components_spec.js/buttons-selfReport.snap.png
Oops, something went wrong.
Binary file modified
BIN
+18 Bytes
(100%)
...splay-theme-components_spec.js/buttons-skillsFilter-darkTileBackground.snap.png
Oops, something went wrong.
Binary file modified
BIN
+14 Bytes
(100%)
...t-display/client-display-theme-components_spec.js/buttons-skillsFilter.snap.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...play/client-display-theme-components_spec.js/chartLabels-pointsHistory.snap.png
Oops, something went wrong.
Binary file modified
BIN
-13 Bytes
(100%)
...ient-display/client-display-theme-components_spec.js/filterMenu-badges.snap.png
Oops, something went wrong.
Binary file modified
BIN
-171 Bytes
(99%)
...ient-display/client-display-theme-components_spec.js/filterMenu-skills.snap.png
Oops, something went wrong.
Binary file modified
BIN
-100 Bytes
(100%)
.../client-display/client-display-theme-components_spec.js/infoCards-rank.snap.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
...client-display/client-display-theme-components_spec.js/infoCards-skill.snap.png
Oops, something went wrong.
Binary file modified
BIN
-28 Bytes
(100%)
...eme_spec.js/Client Display Tests - My rank themed where user opted-out.snap.png
Oops, something went wrong.
Binary file modified
BIN
-393 Bytes
(99%)
...splay Tests - Rank Overview of themed Leaderboard where user opted-out.snap.png
Oops, something went wrong.
Binary file modified
BIN
-37 Bytes
(100%)
...Client Display Tests - badge search and badge filter selected-achieved.snap.png
Oops, something went wrong.
Binary file modified
BIN
-117 Bytes
(100%)
...lient Display Tests - badge search and badge filter selected-available.snap.png
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
...ent-display-theme_spec.js/Client Display Tests - left align breadcrumb.snap.png
Oops, something went wrong.
Binary file modified
BIN
-614 Bytes
(99%)
...ent-display-theme_spec.js/Client Display Tests - theme page title card.snap.png
Oops, something went wrong.
Binary file modified
BIN
-24 Bytes
(100%)
...ests -- Point History's open menu must respect tiles.background option.snap.png
Oops, something went wrong.
Binary file modified
BIN
-12 KB
(90%)
...client-display-theme_spec.js/Client Display Tests -- badge filter open.snap.png
Oops, something went wrong.
Binary file modified
BIN
+11.3 KB
(110%)
...lient-display-theme_spec.js/Client Display Tests -- skills filter open.snap.png
Oops, something went wrong.
Binary file modified
BIN
-183 Bytes
(99%)
...spec.js/Client Display Tests -- skills group - 1 out 2 skills required.snap.png
Oops, something went wrong.
Binary file modified
BIN
-175 Bytes
(99%)
...heme_spec.js/Client Display Tests -- skills group - partial completion.snap.png
Oops, something went wrong.
Binary file modified
BIN
-144 Bytes
(99%)
...play/client-display-theme_spec.js/Client Display Tests -- skills group.snap.png
Oops, something went wrong.
Binary file modified
BIN
-237 Bytes
(99%)
...ec.js/Client Display Tests -- skills search and skills filter selected.snap.png
Oops, something went wrong.
Binary file modified
BIN
-354 Bytes
(100%)
...lay-theme_spec.js/Client Display Tests -- test theming - Empty Subject.snap.png
Oops, something went wrong.
Binary file modified
BIN
-66 Bytes
(100%)
...splay-theme_spec.js/Client Display Tests -- test theming - No Subjects.snap.png
Oops, something went wrong.
Binary file modified
BIN
-63 Bytes
(100%)
...y-theme_spec.js/Client Display Tests -- test theming - badge - default.snap.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
...ay-theme_spec.js/Client Display Tests -- test theming - badge - ipad-2.snap.png
Oops, something went wrong.
Binary file modified
BIN
+21 Bytes
(100%)
...-theme_spec.js/Client Display Tests -- test theming - badge - iphone-6.snap.png
Oops, something went wrong.
Binary file modified
BIN
-100 Bytes
(100%)
..._spec.js/Client Display Tests -- test theming - badge details- default.snap.png
Oops, something went wrong.
Binary file modified
BIN
+319 Bytes
(100%)
...e_spec.js/Client Display Tests -- test theming - badge details- ipad-2.snap.png
Oops, something went wrong.
Binary file modified
BIN
+246 Bytes
(100%)
...spec.js/Client Display Tests -- test theming - badge details- iphone-6.snap.png
Oops, something went wrong.
Binary file modified
BIN
-174 Bytes
(100%)
...nt Display Tests -- test theming - new version notification - default.snap.png
Oops, something went wrong.
Binary file modified
BIN
-241 Bytes
(100%)
...ent Display Tests -- test theming - new version notification - ipad-2.snap.png
Oops, something went wrong.
Binary file modified
BIN
-73 Bytes
(100%)
...t Display Tests -- test theming - new version notification - iphone-6.snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.02 KB
(99%)
...c.js/Client Display Tests -- test theming - project overview - default.snap.png
Oops, something went wrong.
Binary file modified
BIN
-1014 Bytes
(99%)
...ec.js/Client Display Tests -- test theming - project overview - ipad-2.snap.png
Oops, something went wrong.
Binary file modified
BIN
-217 Bytes
(100%)
....js/Client Display Tests -- test theming - project overview - iphone-6.snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.33 KB
(99%)
..._spec.js/Client Display Tests -- test theming - project rank - default.snap.png
Oops, something went wrong.
Binary file modified
BIN
-399 Bytes
(100%)
...e_spec.js/Client Display Tests -- test theming - project rank - ipad-2.snap.png
Oops, something went wrong.
Binary file modified
BIN
-569 Bytes
(100%)
...spec.js/Client Display Tests -- test theming - project rank - iphone-6.snap.png
Oops, something went wrong.
Binary file modified
BIN
-140 Bytes
(100%)
...spec.js/Client Display Tests -- test theming - skill details - default.snap.png
Oops, something went wrong.
Binary file modified
BIN
-401 Bytes
(100%)
..._spec.js/Client Display Tests -- test theming - skill details - ipad-2.snap.png
Oops, something went wrong.
Binary file modified
BIN
+106 Bytes
(100%)
...pec.js/Client Display Tests -- test theming - skill details - iphone-6.snap.png
Oops, something went wrong.
Binary file modified
BIN
-179 Bytes
(100%)
...ient Display Tests -- test theming - skill details with deps - default.snap.png
Oops, something went wrong.
Binary file modified
BIN
-198 Bytes
(100%)
...lient Display Tests -- test theming - skill details with deps - ipad-2.snap.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
...ent Display Tests -- test theming - skill details with deps - iphone-6.snap.png
Oops, something went wrong.
Binary file modified
BIN
+1.81 KB
(100%)
...c.js/Client Display Tests -- test theming - subject overview - default.snap.png
Oops, something went wrong.
Binary file modified
BIN
+1.72 KB
(100%)
...ec.js/Client Display Tests -- test theming - subject overview - ipad-2.snap.png
Oops, something went wrong.
Binary file modified
BIN
+1.58 KB
(100%)
....js/Client Display Tests -- test theming - subject overview - iphone-6.snap.png
Oops, something went wrong.
Binary file modified
BIN
+1.56 KB
(100%)
... Tests -- test theming - subject overview with skill details - default.snap.png
Oops, something went wrong.
Binary file modified
BIN
+468 Bytes
(100%)
...y Tests -- test theming - subject overview with skill details - ipad-2.snap.png
Oops, something went wrong.
Binary file modified
BIN
+1.3 KB
(100%)
...Tests -- test theming - subject overview with skill details - iphone-6.snap.png
Oops, something went wrong.
Binary file modified
BIN
-179 Bytes
(100%)
...pec.js/catalog imported skill visual regression - skill details themed.snap.png
Oops, something went wrong.
Binary file modified
BIN
-244 Bytes
(100%)
...kills_spec.js/catalog imported skill visual regression - skill details.snap.png
Oops, something went wrong.
Binary file modified
BIN
-131 Bytes
(99%)
...pec.js/catalog imported skill visual regression - skill preview themed.snap.png
Oops, something went wrong.
Binary file modified
BIN
-115 Bytes
(99%)
...kills_spec.js/catalog imported skill visual regression - skill preview.snap.png
Oops, something went wrong.
Binary file modified
BIN
-21 Bytes
(100%)
...s -- levels achieved on subsequent days with many days in the timeline.snap.png
Oops, something went wrong.
Binary file modified
BIN
-14 Bytes
(100%)
...story Tests -- rapid growth of points af start followed by no activity.snap.png
Oops, something went wrong.
Binary file modified
BIN
-19 Bytes
(100%)
...sts -- subject rapid growth of points af start followed by no activity.snap.png
Oops, something went wrong.
Binary file modified
BIN
-49 Bytes
(100%)
...etrics_spec.js/Project definitions comparison - Number of Badges chart.snap.png
Oops, something went wrong.
Binary file modified
BIN
-33 Bytes
(100%)
...etrics_spec.js/Project definitions comparison - Number of Skills chart.snap.png
Oops, something went wrong.
Binary file modified
BIN
-3 Bytes
(100%)
...rics_spec.js/Project definitions comparison - Number of Subjects chart.snap.png
Oops, something went wrong.
Binary file modified
BIN
-32 Bytes
(100%)
...etrics_spec.js/Project definitions comparison - Total Available Points.snap.png
Oops, something went wrong.
Binary file modified
BIN
-18 Bytes
(100%)
...rics Tests -- projects - Distinct number of users over time - one days.snap.png
Oops, something went wrong.
Binary file modified
BIN
-38 Bytes
(100%)
...bjects_spec.js/Metrics Tests -- subjects - num users per level - empty.snap.png
Oops, something went wrong.
Binary file modified
BIN
-47 Bytes
(100%)
...trics Tests -- subjects - num users per level over time - not subjects.snap.png
Oops, something went wrong.
Binary file modified
BIN
+53 Bytes
(100%)
...ests -- subjects - num users per level over time - subject has no data.snap.png
Oops, something went wrong.
Binary file modified
BIN
-17 Bytes
(100%)
...trics_spec.js/Metrics Tests - Skills -- applied skill events over time.snap.png
Oops, something went wrong.
Binary file modified
BIN
-17 Bytes
(100%)
...cypress/snapshots/metrics/skillMetrics_spec.js/numUsersPostAchievement.snap.png
Oops, something went wrong.
Binary file removed
BIN
-34.7 KB
...cypress/snapshots/metrics/skillMetrics_spec.js/postAchievementUserList.snap.png
Diff not rendered.
Binary file modified
BIN
+18 Bytes
(100%)
...rics/subjectMetrics_spec.js/Metrics Tests - Subject -- level breakdown.snap.png
Oops, something went wrong.
Binary file modified
BIN
+431 Bytes
(100%)
...js/Metrics Tests - Subject -- subject users per day - with user counts.snap.png
Oops, something went wrong.
Binary file removed
BIN
-60.9 KB
...ects Tests -- Project stats should all be the same size when they wrap.snap.png
Diff not rendered.
Binary file modified
BIN
-688 Bytes
(100%)
...ts/skills-display-integration_spec.js/self reporting modal positioning.snap.png
Oops, something went wrong.
Binary file modified
BIN
-1.08 KB
(100%)
...display-integration_spec.js/self reporting rejection modal positioning.snap.png
Oops, something went wrong.
Binary file modified
BIN
+92 Bytes
(100%)
...sts/cypress/snapshots/skills_group_spec.js/Groups Description Markdown.snap.png
Oops, something went wrong.
Binary file removed
BIN
-31.9 KB
e2e-tests/cypress/snapshots/skills_spec.js/No Premature Name Wrap.snap.png
Diff not rendered.
Binary file removed
BIN
-40.9 KB
e2e-tests/cypress/snapshots/subjects_spec.js/No Premature Name Wrap.snap.png
Diff not rendered.
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