DEV: Improve component test skip option and skipped new tests

This commit is contained in:
romanrizzi
2019-05-16 15:15:37 -03:00
parent 80b3560050
commit b716439c3e
7 changed files with 11 additions and 10 deletions
@@ -9,6 +9,7 @@ const title = "Cool Forum";
widgetTest("basics", {
template: '{{mount-widget widget="home-logo" args=args}}',
skip: true,
beforeEach() {
this.siteSettings.site_logo_url = bigLogo;
this.siteSettings.site_logo_small_url = smallLogo;