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

Vertical tabs #64

Merged
merged 8 commits into from
Sep 27, 2017
Merged

Vertical tabs #64

merged 8 commits into from
Sep 27, 2017

Conversation

quincyle
Copy link
Contributor

@quincyle quincyle commented Sep 4, 2017

This project uses semver, please check the scope of this pr:

  • #none# - documentation fixes and/or test additions
  • #patch# - backwards-compatible bug fix
  • #minor# - adding functionality in a backwards-compatible manner
  • #major# - incompatible API change

CHANGELOG

  • Fix a css issue when rendering horizontal tabs inside vertical tabs.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 5764ed6 on quincyle:vertical-tabs into ** on ciena-frost:master**.

@EWhite613
Copy link
Contributor

EWhite613 commented Sep 26, 2017

Approved

Approved with PullApprove

.travis.yml Outdated
@@ -16,10 +16,6 @@ addons:
- g++-4.8
firefox: 'latest'

cache:
Copy link
Contributor

Choose a reason for hiding this comment

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

We want to leave this cache in. Please do not remove it.

@@ -51,6 +51,7 @@ describe(test.label, function () {
})

it('Renders', function (done) {
this.timeout(5000)
Copy link
Contributor

@juwara0 juwara0 Sep 26, 2017

Choose a reason for hiding this comment

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

Instead of setting a timeout, this should be written as a describe with a beforeEach() where the setProperties() and render() are handled and the expects() are inside the it(). If needed you can then put the return wait() in the beforeEach.

Copy link
Contributor

Choose a reason for hiding this comment

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

describe('when something is done', function() {
  beforeEach(function () {
    this.setProperties({})
    this.render()
    return wait()
  })

  it('should have expected outcome', function () {
   expect()
  })
})

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling cd53042 on quincyle:vertical-tabs into ** on ciena-frost:master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling c3bfda6 on quincyle:vertical-tabs into ** on ciena-frost:master**.

@EWhite613
Copy link
Contributor

EWhite613 commented Sep 27, 2017

Approved

Approved with PullApprove

@quincyle quincyle merged commit db5a777 into ciena-frost:master Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants