it('fragment - #5 - with viewport instruction - raw url', async function () {
      const { host, au, container } = await start();
      const vmb = CustomElement.for<VmB>(host.querySelector('vm-b')).viewModel;

      await vmb.redirectFragmentWithVpInstrcRawUrl();