mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-04 11:03:03 +03:00
Remove compiled test
This commit is contained in:
parent
3e3a57402f
commit
c17178f28f
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -22,7 +22,7 @@ node_modules
|
||||||
|
|
||||||
lib/
|
lib/
|
||||||
stats.json
|
stats.json
|
||||||
e2e/build/
|
e2e/.build/
|
||||||
cypress/
|
cypress/
|
||||||
bundles
|
bundles
|
||||||
|
|
||||||
|
|
|
@ -1,31 +0,0 @@
|
||||||
describe('Standalone bundle test', function () {
|
|
||||||
describe('OAS3 mode', function () {
|
|
||||||
it('Render and check no errors', function () {
|
|
||||||
cy
|
|
||||||
.visit('e2e/standalone.html')
|
|
||||||
.get('.api-info')
|
|
||||||
.should('exist');
|
|
||||||
});
|
|
||||||
it('Render and click all the menu items', function () {
|
|
||||||
cy
|
|
||||||
.visit('e2e/standalone.html')
|
|
||||||
.get('.menu-content li')
|
|
||||||
.click({ multiple: true });
|
|
||||||
});
|
|
||||||
});
|
|
||||||
describe('OAS2 compatibility mode', function () {
|
|
||||||
it('Render and check no errors', function () {
|
|
||||||
cy
|
|
||||||
.visit('e2e/standalone.html')
|
|
||||||
.get('.api-info')
|
|
||||||
.should('exist');
|
|
||||||
});
|
|
||||||
it('Render and click all the menu items', function () {
|
|
||||||
cy
|
|
||||||
.visit('e2e/standalone.html')
|
|
||||||
.get('.menu-content li')
|
|
||||||
.click({ multiple: true });
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
//# sourceMappingURL=standalone.e2e.js.map
|
|
|
@ -1 +0,0 @@
|
||||||
{"version":3,"file":"standalone.e2e.js","sourceRoot":"","sources":["../standalone.e2e.ts"],"names":[],"mappings":"AAAA,QAAQ,CAAC,wBAAwB,EAAE;IACjC,QAAQ,CAAC,WAAW,EAAE;QACpB,EAAE,CAAC,4BAA4B,EAAE;YAC/B,EAAE;iBACC,KAAK,CAAC,qBAAqB,CAAC;iBAC5B,GAAG,CAAC,WAAW,CAAC;iBAChB,MAAM,CAAC,OAAO,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,qCAAqC,EAAE;YACxC,EAAE;iBACC,KAAK,CAAC,qBAAqB,CAAC;iBAC5B,GAAG,CAAC,kBAAkB,CAAC;iBACvB,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;QAC/B,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;IAEH,QAAQ,CAAC,yBAAyB,EAAE;QAClC,EAAE,CAAC,4BAA4B,EAAE;YAC/B,EAAE;iBACC,KAAK,CAAC,qBAAqB,CAAC;iBAC5B,GAAG,CAAC,WAAW,CAAC;iBAChB,MAAM,CAAC,OAAO,CAAC,CAAC;QACrB,CAAC,CAAC,CAAC;QAEH,EAAE,CAAC,qCAAqC,EAAE;YACxC,EAAE;iBACC,KAAK,CAAC,qBAAqB,CAAC;iBAC5B,GAAG,CAAC,kBAAkB,CAAC;iBACvB,KAAK,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC;QAC/B,CAAC,CAAC,CAAC;IACL,CAAC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC"}
|
|
Loading…
Reference in New Issue
Block a user