Do not worry, your token has not expired.
      
    `);
    assert.dom().doesNotIncludeText('Your auth token expired on');
    assert.dom().includesText('Do not worry');
  });
  test('it renders a warning when the token is no longer renewing', async function (assert) {
    const expirationDate = addMinutes(Date.now(), 3);
    this.set('expirationDate', expirationDate);
    this.set('allowingExpiration', false);
    await render(
      hbs`