small fix #3363
test_and_deploy.yml
on: push
Annotations
5 errors
tests/unit/components/CreateWorkspace.spec.js > CreateWorkspace.vue > Should not display a warning message if user has already been onboarded & on a premium plan:
tests/unit/components/CreateWorkspace.spec.js#L36
Error: Snapshot `CreateWorkspace.vue > Should not display a warning message if user has already been onboarded & on a premium plan 1` mismatched
- Expected
+ Received
@@ -15,11 +15,11 @@
</div>
</div>
<!---->
<!---->
<div class="v-card-text">
- <div class="v-alert v-theme--light bg-error v-alert--density-compact v-alert--variant-flat" role="alert" style="display: none;">
+ <div class="v-alert v-theme--light bg-error v-alert--density-compact v-alert--variant-flat mb-3" role="alert" style="display: none;">
<!----><span class="v-alert__underlay"></span>
<!---->
<div class="v-alert__prepend"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light" style="font-size: 28px; height: 28px; width: 28px;" aria-hidden="true" density="compact"></i></div>
<div class="v-alert__content">
<!---->
❯ tests/unit/components/CreateWorkspace.spec.js:36:32
|
tests/unit/components/CreateWorkspace.spec.js > CreateWorkspace.vue > Should display an error if it cannot connect to the chain:
tests/unit/components/CreateWorkspace.spec.js#L76
Error: Snapshot `CreateWorkspace.vue > Should display an error if it cannot connect to the chain 1` mismatched
- Expected
+ Received
@@ -15,11 +15,11 @@
</div>
</div>
<!---->
<!---->
<div class="v-card-text">
- <div class="v-alert v-theme--light bg-error v-alert--density-compact v-alert--variant-flat" role="alert" style="">
+ <div class="v-alert v-theme--light bg-error v-alert--density-compact v-alert--variant-flat mb-3" role="alert" style="">
Can't connect to rpc server,
make sure your node is up, and reachable from the browser.<br>
If you are using Brave, you'll need to disable Shields.
Try disabling adblockers as well.<br>
Another option is to setup a public URL such as <a href="https://ngrok.com/" target="_blank">ngrok</a>, and use https to connect.
❯ tests/unit/components/CreateWorkspace.spec.js:76:32
|
tests/unit/components/CreateWorkspace.spec.js > CreateWorkspace.vue > Should display a warning if browser is Safari:
tests/unit/components/CreateWorkspace.spec.js#L83
Error: Snapshot `CreateWorkspace.vue > Should display a warning if browser is Safari 1` mismatched
- Expected
+ Received
@@ -15,11 +15,11 @@
</div>
</div>
<!---->
<!---->
<div class="v-card-text">
- <div class="v-alert v-theme--light bg-error v-alert--density-compact v-alert--variant-flat" role="alert" style="display: none;">
+ <div class="v-alert v-theme--light bg-error v-alert--density-compact v-alert--variant-flat mb-3" role="alert" style="display: none;">
<!----><span class="v-alert__underlay"></span>
<!---->
<div class="v-alert__prepend"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light" style="font-size: 28px; height: 28px; width: 28px;" aria-hidden="true" density="compact"></i></div>
<div class="v-alert__content">
<!---->
❯ tests/unit/components/CreateWorkspace.spec.js:83:32
|
tests/unit/components/CreateWorkspace.spec.js > CreateWorkspace.vue > Should display locally running networks:
tests/unit/components/CreateWorkspace.spec.js#L93
Error: Snapshot `CreateWorkspace.vue > Should display locally running networks 1` mismatched
- Expected
+ Received
@@ -15,11 +15,11 @@
</div>
</div>
<!---->
<!---->
<div class="v-card-text">
- <div class="v-alert v-theme--light bg-error v-alert--density-compact v-alert--variant-flat" role="alert" style="display: none;">
+ <div class="v-alert v-theme--light bg-error v-alert--density-compact v-alert--variant-flat mb-3" role="alert" style="display: none;">
<!----><span class="v-alert__underlay"></span>
<!---->
<div class="v-alert__prepend"><i class="mdi-close-circle mdi v-icon notranslate v-theme--light" style="font-size: 28px; height: 28px; width: 28px;" aria-hidden="true" density="compact"></i></div>
<div class="v-alert__content">
<!---->
❯ tests/unit/components/CreateWorkspace.spec.js:93:32
|
test_front
Process completed with exit code 1.
|