Skip to content

Fix non deterministic test #174

@FagnerMartinsBrack

Description

@FagnerMartinsBrack

The test 13 fails in the screenshot at #169 in Chrome at windows because it is testing against the top level container of the plugin instead of the parent of the steps (which I suppose is the actual canvas the test refers to). The top level container always have a transition-duration property in firefox with the value of 0s, so this test always passes in Firefox and always fails in chrome (see below)

Chrome optimizes the "transition-duration" and puts the duration
inside "webkit-transition" property in the "style" attribute, so testing against the style property doesn't actually works across all browsers.

To fix, test against the actual canvas element and instead of relying that the browser puts the transition-duration correctly inside the style attribute, test againt the actual css value (which tests for the property existence AND the correct value).

web-stories@5e8a127

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions