CorMazz / dancer_test

1 stars 0 forks source link

Users Can't View Results Without Account #60

Open dilliemillie opened 1 month ago

dilliemillie commented 1 month ago

Testees who click the View Results email link cannot see test results if they don't have an account. (I could have sworn I tested this!)

CorMazz commented 1 month ago

@dilliemillie

I need a reproducible example. Accounts shouldn't be required to view an individual test result.

dilliemillie commented 1 month ago

I tested it again just now and it worked fine for me. I asked Mikaela if she can do a screen recording showing it not working for her.

CorMazz commented 1 month ago

Ahh, Nicole told me that on Mikaela's phone, even when she switched to landscape it still said "screen too small" when trying to view her results. I would need to know what model phone she has so I can figure out how big the screen is. This has to do with where I set the breakpoints for screen size.

dilliemillie commented 1 month ago

IMG_8589

CorMazz commented 1 month ago

This is what it should look like on an IPhone 12 Pro screen in landscape (same as IPhone 13).

image

Meaning, she should be able to see her results.

Looking at the video you texted me, it looks as if her navbar does not extend across the whole screen, whereas here it does.

image

What I think is happening is that she's viewing the website in an artificially small viewport, that is smaller than the 640px minimum width I have assigned to make the test viewable. I think it's because she clicked the link in her email, and it opened the webpage directly in her email app instead of a dedicated web browser.

Later today I can take a look at the test and set a custom breakpoint that truly is the smallest that it can get, and we can see if that can help prevent this issue in the future.