Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E: Basic list component tests using organisation spaces tab #2835

Merged
merged 30 commits into from
Aug 31, 2018

Conversation

richard-cox
Copy link
Contributor

@richard-cox richard-cox commented Aug 14, 2018

No description provided.

@cfdreddbot
Copy link

Hey richard-cox!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

@codecov
Copy link

codecov bot commented Aug 14, 2018

Codecov Report

Merging #2835 into v2-master will decrease coverage by <.01%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           v2-master    #2835      +/-   ##
=============================================
- Coverage      71.34%   71.34%   -0.01%     
=============================================
  Files            604      604              
  Lines          25868    25867       -1     
  Branches        5861     5861              
=============================================
- Hits           18455    18454       -1     
  Misses          7413     7413

@richard-cox richard-cox changed the title Add basic list component e2e tests using organisation spaces tab E2E: Basic list component tests using organisation spaces tab Aug 21, 2018
Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

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

A few comments

@@ -1,11 +1,13 @@
export interface E2ECred {
username: string;
password: string;
guid?: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we store this somewhere else? We're cacheing a user guid - its not part of the credential.

}

export interface E2ECreds {
admin: E2ECred;
nonAdmin?: E2ECred;
guid: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this for?

src/test-e2e/po/paginator.po.ts Show resolved Hide resolved
Copy link
Contributor

@nwmac nwmac left a comment

Choose a reason for hiding this comment

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

LGTM

@nwmac nwmac merged commit d0d9c02 into v2-master Aug 31, 2018
@nwmac nwmac deleted the e2e-lists branch August 31, 2018 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants