-
-
Notifications
You must be signed in to change notification settings - Fork 130
test(web): add option setting/verification to baseline tests 🧪 🎼 #15370
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
base: test/web/problem
Are you sure you want to change the base?
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
| 'k_0501___options_with_preset.kmn', | ||
| 'k_0503___options_with_save_and_preset.kmn', | ||
| 'k_0504___options_with_reset.kmn', | ||
| 'k_0505___options_double_set_reset.kmn', | ||
| 'k_0506___options_double_set_staged.kmn', | ||
| 'k_0507___options___double_reset_staged.kmn', | ||
| 'k_0508___options___double_reset.kmn', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these tests removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They are fixed now, so they are removed from the ToFix list.
Adding the option verification caused another .kmx test to fail because the feature is not yet implemented. Test-bot: skip
mcdurdin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At some point we should parameterize the host in page.goto because we may need to move the port
But low pri
LGTM
Also enable some .js tests that are now passing with these changes.
Test-bot: skip