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

Textarea functional tests #324

Merged
merged 5 commits into from
Nov 8, 2017

Conversation

pottedmeat
Copy link
Contributor

Type: feature

The following has been addressed in the PR:

  • There is a related issue
  • All code matches the style guide
  • Unit or Functional tests are included in the PR

Description:

Resolves #160

@dylans dylans added this to the 2017.10 milestone Oct 27, 2017
@kitsonk kitsonk removed this from the 2017.10 milestone Oct 30, 2017
Copy link
Contributor

@smhigley smhigley left a comment

Choose a reason for hiding this comment

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

Same comment about the extraClasses , but otherwise looks good

})
.end();
},
'hidden label should not be displayed'() {
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure we need to add an example and test for this, since it's part of label functionality rather than textarea functionality (and I'm not a fan of hidden labels, so not big on modeling them in all the widget examples)

@pottedmeat pottedmeat force-pushed the textarea-functional-tests branch from 8a1229e to 8221990 Compare October 31, 2017 18:03
@codecov
Copy link

codecov bot commented Oct 31, 2017

Codecov Report

Merging #324 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #324   +/-   ##
=======================================
  Coverage   97.78%   97.78%           
=======================================
  Files          25       25           
  Lines        1940     1940           
  Branches      491      491           
=======================================
  Hits         1897     1897           
  Misses         20       20           
  Partials       23       23

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 2f4f93f...bfd9088. Read the comment docs.

@@ -52,6 +54,7 @@ export class App extends WidgetBase<WidgetProperties> {
}),
v('h3', {}, ['Validated, Required Textarea']),
w(Textarea, {
extraClasses: { root: 't3' },
Copy link
Member

Choose a reason for hiding this comment

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

same comment as others re. wrapping div with class rather than extraClasses.

@pottedmeat pottedmeat force-pushed the textarea-functional-tests branch 3 times, most recently from 4c6d6c9 to 11334bb Compare November 8, 2017 15:24
@pottedmeat pottedmeat force-pushed the textarea-functional-tests branch from 11334bb to 745e838 Compare November 8, 2017 19:18
@pottedmeat pottedmeat merged commit 4229848 into dojo:master Nov 8, 2017
@pottedmeat pottedmeat deleted the textarea-functional-tests branch November 8, 2017 20:34
@dylans dylans added this to the beta.4 milestone Dec 22, 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.

6 participants