it('fragment - #3 - fragment in path always wins over the fragment in navigation options', async function () {
      const { host, au, container } = await start();
      const vmb = CustomElement.for<VmB>(host.querySelector('vm-b')).viewModel;

      await vmb.redirectFragmentInPathAndNavOpt();