Skip to content

chore(ui5-multi-input): migrate wdio tests to cypress #11438

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

StefanDimitrov04
Copy link
Contributor

No description provided.


const createTokenFromText = (text: string): HTMLElement => {
const token = document.createElement("ui5-token");
token.setAttribute("text", text);
Copy link
Contributor

@nnaydenow nnaydenow Apr 29, 2025

Choose a reason for hiding this comment

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

const createTokenFromText = (text: string) => {
	return <Token text={text} slot="tokens" />
};

@github-actions github-actions bot added the Stale label May 21, 2025
@github-actions github-actions bot removed the Stale label May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants