Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Migrate SKY UX 3; fix tests #51

Merged
merged 6 commits into from
Jun 26, 2019
Merged

Migrate SKY UX 3; fix tests #51

merged 6 commits into from
Jun 26, 2019

Conversation

@codecov
Copy link

codecov bot commented Jun 25, 2019

Codecov Report

Merging #51 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #51   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          23     23           
  Lines         444    453    +9     
  Branches       67     54   -13     
=====================================
+ Hits          444    453    +9
Impacted Files Coverage Δ
src/app/public/modules/modal/modal.service.ts 100% <ø> (ø) ⬆️
...c/app/public/modules/modal/modal-host.component.ts 100% <100%> (ø) ⬆️
src/app/public/modules/modal/modal-host.service.ts 100% <100%> (ø) ⬆️
.../app/public/modules/modal/modal-adapter.service.ts 100% <0%> (ø) ⬆️
...rc/app/public/modules/confirm/confirm.component.ts 100% <0%> (ø) ⬆️
src/app/public/modules/modal/modal.component.ts 100% <0%> (ø) ⬆️
.../modules/modal/types/modal-before-close-handler.ts 100% <0%> (ø) ⬆️
src/app/public/modules/confirm/confirm.service.ts 100% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d013700...8b9a3b7. Read the comment docs.

Copy link
Member

@Blackbaud-TrevorBurch Blackbaud-TrevorBurch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@@ -16,27 +16,37 @@ describe('Confirm (lg screen)', () => {

it('should match previous OK screenshot', (done) => {
element(by.css('.sky-confirm-btn-ok')).click();
expect('body').toMatchBaselineScreenshot(done);
expect('body').toMatchBaselineScreenshot(done, {
screenshotName: 'confirm-ok'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing this!

@Blackbaud-TrevorBurch Blackbaud-TrevorBurch dismissed their stale review June 26, 2019 18:04

Double checking package lock after merge

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants