-
Notifications
You must be signed in to change notification settings - Fork 100
More render tests #88
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
Conversation
f1f265d
to
eb4dd18
Compare
eb4dd18
to
1d7f2ab
Compare
Not sure why the existing tests png images were changed. Is that required. They were smaller (optimized), btw. Could you remove those changes, please? The actual changes look good, but I would prefer to keep the opacity for now until we decide on that one. Would it be fine to you if I would rebase this, remove changes present in #84 (those could be discussed separately) and add opacity for now? |
@@ -19,4 +19,10 @@ describe('QMLEngine.scope', function() { | |||
expect(parentItem.sum).toBe(6600); | |||
div.remove(); | |||
}); | |||
|
|||
it('can reference sibling items by id', function() { | |||
var qml = loader('Parent', this.div); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does that file even exist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ScopeParent.qml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be loader(´Sibling´... good your eyes are working at least
1ffa6dd
to
d8847c2
Compare
cleaned up and rebased, @ChALkeR, @pavelvasev, @Plaristote LGTY? |
PR-URL: #88 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
d8847c2
to
1183986
Compare
Rebased against master, optimized images, minor style fixes. |
Ok, LGTM. Landing. |
PR-URL: #88 Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
depends on #84
adds tests for anchoring,
AnchorsFill.qml fails, probably because it references a sibling.