Skip to content
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

XPack-Accessibility- Grok Debugger Test #62104

Merged
merged 17 commits into from
Apr 3, 2020

Conversation

rashmivkulkarni
Copy link
Contributor

Meta issue: #51456

Sub issue: #62103

Currently this test is being skipped as there is a aria-label violation on grok debugger page which needs to be fixed.
associated bug: #62102 ( aria-label violation)

@bhavyarm
Copy link
Contributor

bhavyarm commented Apr 1, 2020

@Rasroh each of the steps here need to pass through a11y validation:

   it.skip('Dev tools grok debugger view', async () => {
      await grokDebugger.setEventInput('SegerCommaBob');
**await a11y.testAppSnapshot();**
      await grokDebugger.setPatternInput('%{USERNAME:u}');
**await a11y.testAppSnapshot();**
      await grokDebugger.clickSimulate();
      await a11y.testAppSnapshot();

And they need to be in separate tests as well for clarity. Thanks!

@bhavyarm bhavyarm mentioned this pull request Apr 1, 2020
77 tasks
@rashmivkulkarni rashmivkulkarni self-assigned this Apr 2, 2020
@rashmivkulkarni rashmivkulkarni changed the title XPack-Accessibility- Grok Debugger Test [WIP] XPack-Accessibility- Grok Debugger Test Apr 2, 2020
@rashmivkulkarni rashmivkulkarni added the WIP Work in progress label Apr 2, 2020
@rashmivkulkarni rashmivkulkarni requested review from aunikb, bhavyarm and myasonik and removed request for aunikb April 2, 2020 19:55
Copy link
Contributor

@bhavyarm bhavyarm left a comment

Choose a reason for hiding this comment

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

Please change the it describe to specify which part of grok debugger UI you are testing.

@rashmivkulkarni rashmivkulkarni changed the title [WIP] XPack-Accessibility- Grok Debugger Test XPack-Accessibility- Grok Debugger Test Apr 2, 2020
@rashmivkulkarni rashmivkulkarni removed the WIP Work in progress label Apr 2, 2020
Copy link
Contributor

@myasonik myasonik left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀

After this merges, can you also comment on the blocking ticket letting that team know that these tests and merged and that they need to remove the skip when they fix the errors?

...the actions they are performing
@rashmivkulkarni
Copy link
Contributor Author

@elasticmachine merge upstream

@rashmivkulkarni
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@bhavyarm
Copy link
Contributor

bhavyarm commented Apr 3, 2020

LGTM!

@rashmivkulkarni rashmivkulkarni merged commit cccb66e into elastic:master Apr 3, 2020
rashmivkulkarni added a commit to rashmivkulkarni/kibana that referenced this pull request Apr 3, 2020
* accessibility tests for dashboard panel

* added back the skipped test as it is still required to pass through th ea11ySnapshot

* accessibility grok debugger test - currently skipped due to aria label violation

* deleting a file which was added accidentally

* deleting a file which was added accidentally

* incorporated feedback split tests into seperate tests and skipped the test as there is a aria violation

* commented out the grok debugger config file entry

* re-added the test in config file

* updated the tests to match 

...the actions they are performing

* fixed syntax

Co-authored-by: Elastic Machine <[email protected]>
rashmivkulkarni added a commit that referenced this pull request Apr 3, 2020
* accessibility tests for dashboard panel

* added back the skipped test as it is still required to pass through th ea11ySnapshot

* accessibility grok debugger test - currently skipped due to aria label violation

* deleting a file which was added accidentally

* deleting a file which was added accidentally

* incorporated feedback split tests into seperate tests and skipped the test as there is a aria violation

* commented out the grok debugger config file entry

* re-added the test in config file

* updated the tests to match 

...the actions they are performing

* fixed syntax

Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Grok Debugger Dev Tools Grok Debugger feature Project:Accessibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants