Connections: Turn on feature toggle by default (#64885)

* turn on dataConnectionsConsole by default

* change connection feature state to stable

* generate feature toggle files

* increase error threshold for pa11y
This commit is contained in:
mikkancso
2023-03-22 08:25:35 +01:00
committed by GitHub
parent 07368dec74
commit 4e3e58656e
4 changed files with 59 additions and 58 deletions

View File

@@ -107,7 +107,7 @@ var config = {
url: '${HOST}/datasources',
wait: 500,
rootElement: '.main-view',
threshold: 1,
threshold: 3,
},
{
url: '${HOST}/org/users',
@@ -125,7 +125,7 @@ var config = {
url: '${HOST}/plugins',
wait: 500,
rootElement: '.main-view',
threshold: 1,
threshold: 3,
},
{
url: '${HOST}/org',