mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* 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:
parent
27225fec2e
commit
e6664473d0
5 changed files with 5 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -4,9 +4,7 @@ exports[`is rendered 1`] = `
|
|||
<ExitFullScreenButtonUi
|
||||
onExitFullScreenMode={[Function]}
|
||||
>
|
||||
<div
|
||||
className="hideInPercy"
|
||||
>
|
||||
<div>
|
||||
<EuiScreenReaderOnly>
|
||||
<p
|
||||
aria-live="polite"
|
||||
|
|
|
@ -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', {
|
||||
|
|
|
@ -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" \
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue