MM-61197, MM-60615: Move Connected Workspaces to Site Configuration (#28887)

Этот коммит содержится в:
Caleb Roseland
2024-10-22 08:16:52 -05:00
коммит произвёл GitHub
родитель cc5b3a2f69
Коммит da17205d0b
4 изменённых файлов: 33 добавлений и 45 удалений

Просмотреть файл

@@ -51,7 +51,7 @@ describe('Connected Workspaces', () => {
it('empty state', () => {
cy.visit('/admin_console');
cy.get("a[id='environment/secure_connections']").click();
cy.get("a[id='site_config/secure_connections']").click();
cy.findByTestId('secureConnectionsSection').within(() => {
cy.findByRole('heading', {name: 'Connected Workspaces'});
@@ -64,7 +64,7 @@ describe('Connected Workspaces', () => {
const orgDisplayName = 'Testing Org Name ' + getRandomId();
before(() => {
cy.visit('/admin_console/environment/secure_connections');
cy.visit('/admin_console/site_config/secure_connections');
});
it('accept - bad codes', () => {
@@ -123,7 +123,7 @@ describe('Connected Workspaces', () => {
const orgDisplayName2 = 'new display name here ' + getRandomId();
before(() => {
cy.visit('/admin_console/environment/secure_connections');
cy.visit('/admin_console/site_config/secure_connections');
});
it('create', () => {