Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Fixing tests #2881

Merged
merged 3 commits into from
Apr 17, 2018
Merged

Fixing tests #2881

merged 3 commits into from
Apr 17, 2018

Conversation

ArturKlajnerok
Copy link
Contributor

Status

  • WIP
  • Ready for review
  • Needs testing

Initial approach to make the test on CI passing more consistently.

@@ -72,7 +72,7 @@ class ChannelList extends React.Component<Props> {
})
)
}
dataCy="create-channel-button"
data-cy="create-channel-button"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think Buttons are passing through the props here, and we use dataCy to indicate that the prop is being passed to another element further down the tree. Does this change fix the text?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right dataCy is passed down, I will revert that with the next test fix commit.

Copy link
Contributor

@mxstbr mxstbr left a comment

Choose a reason for hiding this comment

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

Already much better so I'll ship this, thanks so much for investigating! Seems like the rest is up to @brianlovin?

@mxstbr mxstbr merged commit f2b9201 into withspectrum:alpha Apr 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants