Commit bc82bff1 authored by GitLab Bot's avatar GitLab Bot

Add latest changes from gitlab-org/gitlab@13-7-stable-ee

parent 298593fe
import { shallowMount } from '@vue/test-utils';
import { GlSprintf } from '@gitlab/ui';
import { useFakeDate } from 'helpers/fake_date';
import TitleArea from '~/vue_shared/components/registry/title_area.vue';
import component from '~/registry/explorer/components/details_page/details_header.vue';
import { DETAILS_PAGE_TITLE } from '~/registry/explorer/constants';
......@@ -15,6 +16,9 @@ describe('Details Header', () => {
},
};
// set the date to Dec 4, 2020
useFakeDate(2020, 11, 4);
const findLastUpdatedAndVisibility = () => wrapper.find('[data-testid="updated-and-visibility"]');
const waitForMetadataItems = async () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment