Yup. I'd love to have dependency declarations for tests like this.
That's... A thing in many frameworks. If it's not in yours, you could add it.
Forgive an old man some ruby:
it 'relies on mobile setup defined elsewhere', :mobile => true do # test that relies on mobile setup here end