fix remote libraries listing backend and frontend (#7688)

This commit is contained in:
Patrick Quist
2025-05-16 16:53:40 +02:00
committed by GitHub
parent c157507f72
commit bd9e2d4cbc
8 changed files with 135 additions and 14 deletions

View File

@@ -0,0 +1,9 @@
import {runFrontendTest} from '../support/utils';
describe('RemoteId testing', () => {
before(() => {
cy.visit('/');
});
runFrontendTest('remoteId');
});