mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
fix remote libraries listing backend and frontend (#7688)
This commit is contained in:
9
cypress/e2e/remote-id.cy.ts
Normal file
9
cypress/e2e/remote-id.cy.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {runFrontendTest} from '../support/utils';
|
||||
|
||||
describe('RemoteId testing', () => {
|
||||
before(() => {
|
||||
cy.visit('/');
|
||||
});
|
||||
|
||||
runFrontendTest('remoteId');
|
||||
});
|
||||
Reference in New Issue
Block a user