diff --git a/cypress.config.js b/cypress.config.js index c7c1354e..b4ccfb3a 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,6 +1,6 @@ -const { defineConfig } = require("cypress"); +import { defineConfig } from "cypress"; -module.exports = defineConfig({ +export default defineConfig({ projectId: "vandxn", adminPassword: "admin", testUser: "frappe@example.com", diff --git a/frontend/src/pages/JobDetail.vue b/frontend/src/pages/JobDetail.vue index 1712a785..c3b25ebd 100644 --- a/frontend/src/pages/JobDetail.vue +++ b/frontend/src/pages/JobDetail.vue @@ -94,6 +94,12 @@ {{ dayjs(job.data.creation).fromNow() }} + + {{ job.data.type }} + + @@ -102,12 +108,6 @@ applicationCount.data == 1 ? __('applicant') : __('applicants') }} - - - {{ job.data.type }} -