Revert hiding Kibana icon, test Percy rendering (#43990) (#46168)

* Revert hiding Kibana icon, test Percy rendering

* Update jobs.yml

* Use percy token for kibana dev

* Update Percy token to read from kibana-issues

* Read correct field

* increase timeout

* Run each visual job 10 times

* Revert last commit

* Increase timeout

* Disable visual tests and revert percy token

* Fix jest tests

* Another jest test fix
This commit is contained in:
liza-mae 2019-09-19 13:11:25 -06:00 committed by GitHub
parent 27225fec2e
commit e6664473d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 9 deletions

View file

@ -1,9 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`is rendered 1`] = `
<div
class="hideInPercy"
>
<div>
<p
aria-live="polite"
class="euiScreenReaderOnly"

View file

@ -4,9 +4,7 @@ exports[`is rendered 1`] = `
<ExitFullScreenButtonUi
onExitFullScreenMode={[Function]}
>
<div
className="hideInPercy"
>
<div>
<EuiScreenReaderOnly>
<p
aria-live="polite"

View file

@ -45,7 +45,7 @@ class ExitFullScreenButtonUi extends PureComponent<Props> {
public render() {
return (
<div className="hideInPercy">
<div>
<EuiScreenReaderOnly>
<p aria-live="polite">
{i18n.translate('kibana-react.exitFullScreenButton.fullScreenModeDescription', {

View file

@ -27,7 +27,7 @@ fi
export TEST_BROWSER_HEADLESS=1
checks-reporter-with-killswitch "Kibana visual regression tests" \
yarn run percy exec \
yarn run percy exec -t 500 \
node scripts/functional_tests \
--debug --bail \
--kibana-install-dir "$installDir" \

View file

@ -30,7 +30,7 @@ export TEST_BROWSER_HEADLESS=1
cd "$XPACK_DIR"
checks-reporter-with-killswitch "X-Pack visual regression tests" \
yarn run percy exec \
yarn run percy exec -t 500 \
node scripts/functional_tests \
--debug --bail \
--kibana-install-dir "$KIBANA_INSTALL_DIR" \