mda + entitylist - Impossible to press the Enter key
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 48/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- csharp
- Domain
- testing-qa
Research direction
Start by tracing the Preview.PlaywrightAction() and Preview.PlaywrightActionValue() entry points and reviewing the existing Playwright actions. Add support for simulating the Enter key through these APIs, then verify that the entitylist search is triggered after filling quickFind_text.
Written by the indexing model from the issue text.
Description
I'm building a test for a mda entitylist page where I would like to simulate the search for a given record using the general search feature of the page:
To fill the standard search field, I used the PowerFX expression:
Preview.PlaywrightActionValue("input[id^='quickFind_text']", "fill", "the text to search");
The "^=" stands for "starts with" operator because in my context, the standard search field id can be quickFind_text_0 or quickFind_text_1 depending on the environment settings "Use quick find view of an entity for searching on grids and sub-grids" (Off or On).
Unfortunately, it is not sufficient to add "\n" at the end of the text to perform the search!
To trigger the search, it is compulsory to simulate pressing the Enter key but such action does not exist when using functions Preview.PlaywrightAction() or Preview.PlaywrightActionValue().
- Dominant language
- C#
- Stars
- 150
- Forks
- 55
- Avg merge
- 5d 23h
- Merged PRs (30d)
- 4
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/PowerApps-TestEngine
-
new
Difficulty 1/5 Under an hour Newbie friendliness 68/100
-
new
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
enhancement
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
new
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
question
Difficulty 5/5 Over a week Newbie friendliness 20/100
All issues in microsoft/PowerApps-TestEngine
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
nightscout/nocturne#1379 ·
-
priority-0
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
StackExchange/StackExchange.Redis#3249 ·
-
[Feat] 조합 영역 구분선 개선 Open
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
documentation
Difficulty 2/5 1-3 hours Newbie friendliness 72/100