Skip to content
#

e2e-testing

Here are 226 public repositories matching this topic...

nishudixit
nishudixit commented Oct 6, 2020

Is your feature request related to a problem? Please describe.
I couldn't find in existing functions like to check if the element has class

Describe the solution you'd like
It would be good if something to check for the class present in an element like waitForClassToBePresentInElement

sakuli
s1hofmann
s1hofmann commented Aug 22, 2019

Short overview
Reduce code duplication for log output

Detailed description
In our code base we're often using a construct similar to the following snippet:

logDebug(message: string, ...data: any[]) {
    ifPresent(this.logger, log => log.debug(message, ...data));
}

In order to reduce code duplication, these snippets should be refactored in a re-usable way an made ava

Improve this page

Add a description, image, and links to the e2e-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the e2e-testing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.