diff options
author | Darl <me@darl.cat> | 2025-07-23 19:07:56 -0500 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-07-26 14:02:22 +0300 |
commit | c4204a9687a6f41e49879db1e24dcb53a372d31d (patch) | |
tree | b1bd5b9fd54fb443c91c7840b9e2669225ba50a0 /doc | |
parent | 0c39bdfd4de14a02104f3748030e974fbc98d978 (diff) |
Media first click interact large number value fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testplans/PRIM_MEDIA_FIRST_CLICK_INTERACT.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/testplans/PRIM_MEDIA_FIRST_CLICK_INTERACT.md b/doc/testplans/PRIM_MEDIA_FIRST_CLICK_INTERACT.md index 690146265c..47e90f680d 100644 --- a/doc/testplans/PRIM_MEDIA_FIRST_CLICK_INTERACT.md +++ b/doc/testplans/PRIM_MEDIA_FIRST_CLICK_INTERACT.md @@ -144,16 +144,16 @@ Note: This requires the avatar that is performing the tests to physically be in ### Case 7 (MEDIA_FIRST_CLICK_ANY) (optional) -Ensure that debug setting `MediaFirstClickInteract` is set to `31` +Ensure that debug setting `MediaFirstClickInteract` is set to `32767` Repeat test cases 1-6. 1. Test case 1 should fail 2. Test cases 2-6 should pass -### Case 8 (MEDIA_FIRST_CLICK_ALL) (optional) +### Case 8 (MEDIA_FIRST_CLICK_BYPASS_MOAP_FLAG) (optional) -Ensure that debug setting `MediaFirstClickInteract` is set to `1073741824` +Ensure that debug setting `MediaFirstClickInteract` is set to `65535` Repeat test cases 1-6, there is no pass/fail for this run. |