fix: trying to enable console.log in cypress
This commit is contained in:
parent
bd5cbd3394
commit
2f3b3be493
|
|
@ -16,6 +16,7 @@ e2e: &e2e
|
||||||
- export CURRENTS_RECORD_KEY=etzp5VXtJcSX8Z4H
|
- export CURRENTS_RECORD_KEY=etzp5VXtJcSX8Z4H
|
||||||
- export IT_SERVE_VUE=false
|
- export IT_SERVE_VUE=false
|
||||||
- export IT_ALLOW_LOCAL_LOGIN=true
|
- export IT_ALLOW_LOCAL_LOGIN=true
|
||||||
|
- export ELECTRON_ENABLE_LOGGING=true
|
||||||
- source ./env/bitbucket/prepare_for_test.sh
|
- source ./env/bitbucket/prepare_for_test.sh
|
||||||
- pip install -r server/requirements/requirements-dev.txt
|
- pip install -r server/requirements/requirements-dev.txt
|
||||||
- npm install
|
- npm install
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,8 @@ export const useCircleStore = defineStore({
|
||||||
getters: {},
|
getters: {},
|
||||||
actions: {
|
actions: {
|
||||||
openLearningContent(learningContent: LearningContent) {
|
openLearningContent(learningContent: LearningContent) {
|
||||||
|
console.log("💩 openLearningContent", learningContent.frontend_url);
|
||||||
|
|
||||||
this.router.push({
|
this.router.push({
|
||||||
path: learningContent.frontend_url,
|
path: learningContent.frontend_url,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue