Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Some fixes to have text #43

Merged
merged 7 commits into from
Jan 16, 2021
Merged

Some fixes to have text #43

merged 7 commits into from
Jan 16, 2021

Conversation

mmarkelov
Copy link
Member

No description provided.

@@ -19,7 +19,7 @@ export interface PlaywrightMatchers<R> {
/**
* Will check if the element's value includes the given text.
*/
toHaveText(value: string, options?: PageWaitForSelectorOptions): Promise<R>;
Copy link
Collaborator

Choose a reason for hiding this comment

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

shouldn't we keep that?

Copy link
Member Author

Choose a reason for hiding this comment

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

@mxschmitt I believe no. We don't have case for that.
#40 (comment)

@mmarkelov mmarkelov merged commit e957950 into master Jan 16, 2021
@mmarkelov mmarkelov deleted the Some-fixes-toHaveText branch January 16, 2021 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants