Skip to content

Commit

Permalink
[MS] Full greet/add device e2e tests with bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoTuxx committed Jan 29, 2025
1 parent 324520b commit 4b3b73b
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 167 deletions.
2 changes: 0 additions & 2 deletions client/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export default defineConfig({
trace: 'on-first-retry',
},
testIgnore: [
'**/device_greet.spec.ts',
'**/device_join_organization.spec.ts',
'**/workspace_sharing.spec.ts',
'**/workspace_history.spec.ts',
'**/user_list.spec.ts',
Expand Down
2 changes: 1 addition & 1 deletion client/src/views/devices/GreetDeviceModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<!-- give code step -->
<div
v-show="pageStep === GreetDeviceStep.ProvideHostSasCode"
class="step"
class="step host-code"
>
<sas-code-provide :code="greeter.hostSASCode" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/views/home/DeviceJoinOrganizationModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<!-- part 5 (finish the process)-->
<div
v-show="pageStep === DeviceJoinOrganizationStep.Finish"
class="step"
class="step final-step"
>
<ms-informative-text :icon="checkmarkCircle">
{{ $msTranslate('ClaimDeviceModal.subtitles.done') }}
Expand Down
Loading

0 comments on commit 4b3b73b

Please sign in to comment.