mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
10 lines
176 B
TypeScript
10 lines
176 B
TypeScript
import {runFrontendTest} from '../support/utils';
|
|
|
|
describe('RemoteId testing', () => {
|
|
before(() => {
|
|
cy.visit('/');
|
|
});
|
|
|
|
runFrontendTest('remoteId');
|
|
});
|