UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4b2ab8a4 authored by Deven Phillips's avatar Deven Phillips
Browse files

Merge branch 'BULL-1787' into 'master'

fix:various grammar changes to party bus onboarding page.

See merge request !173
parents 16c4ffe8 118b348d
No related branches found
No related tags found
1 merge request!173fix:various grammar changes to party bus onboarding page.
...@@ -117,19 +117,6 @@ const routes = [ ...@@ -117,19 +117,6 @@ const routes = [
breadcrumb: "Onboarding", breadcrumb: "Onboarding",
}, },
}, },
{
path: "/products/party-bus/onboarding/faqs",
name: "PartyBusOnboardingFAQs",
component: () =>
import(
/* webpackChunkName: "party-bus-onboarding-faqs" */ "@/views/PartyBusOnboardingFAQs.vue"
),
meta: {
title: "Platform One | Products | The Party Bus Onboarding FAQs",
bodyClass: "party-bus-onboarding-faqs-page",
breadcrumb: "FAQs",
},
},
{ path: "/bigbangonboarding", redirect: "/products/big-bang/onboarding" }, { path: "/bigbangonboarding", redirect: "/products/big-bang/onboarding" },
{ path: "/bigbang-onboarding", redirect: "/products/big-bang/onboarding" }, { path: "/bigbang-onboarding", redirect: "/products/big-bang/onboarding" },
{ {
......
...@@ -104,13 +104,14 @@ ...@@ -104,13 +104,14 @@
software. software.
</p> </p>
<p> <p>
Don't come to the Tech Intake & Technical Fit until your team has Ensure Party Bus is the right fit for you and your team by reviewing
prepared by reviewing the Party Bus Service catalog. our service catalog prior to a Tech fit session with one of our
experts.
</p> </p>
<p> <p>
During Intake our Customer Success Team will collaborate with you to During Intake our Customer Success Team will collaborate with you to
provide all the essential information about the Party Bus, your provide all the essential information about the Party Bus, your
application and review the application, and review the
<a href="https://p1.dso.mil/products/party-bus/service-catalog" <a href="https://p1.dso.mil/products/party-bus/service-catalog"
>Party Bus Service Catalog.</a >Party Bus Service Catalog.</a
> >
...@@ -183,11 +184,11 @@ ...@@ -183,11 +184,11 @@
<p> <p>
The The
<b>PB Anchors will determine the application is a good fit.</b> If <b>PB Anchors will determine the application is a good fit.</b> If
it is approved then you'll move on to the it is approved, then you'll move on to the
<i>Pricing Quote Phase.</i> <i>Pricing Quote Phase.</i>
</p> </p>
<p> <p>
If your application is not accepted then a team member will If your application is not accepted, then a team member will
communicate what adjustments are necessary to refactor your communicate what adjustments are necessary to refactor your
application, or outline why Party Bus may not be ideal for your application, or outline why Party Bus may not be ideal for your
application. application.
...@@ -243,7 +244,6 @@ ...@@ -243,7 +244,6 @@
<p>Step Four Resources:</p> <p>Step Four Resources:</p>
<a href="https://sso-info.il2.dso.mil/new_account.html"> <a href="https://sso-info.il2.dso.mil/new_account.html">
• P1 SSO Self-Registration • P1 SSO Self-Registration
<v-icon small left class="ml-n1 mb-0">mdi-lock</v-icon>
</a> </a>
<br /> <br />
<ExternalLink <ExternalLink
...@@ -289,8 +289,8 @@ ...@@ -289,8 +289,8 @@
<p> <p>
You may need to associate your Platform One account with your CAC to You may need to associate your Platform One account with your CAC to
access Party Bus Tools and Pipelines. Fill out paperwork if you access Party Bus Tools and Pipelines. Fill out paperwork if you
don't have a CAC to associate with your account. See resources to don't have a CAC to associate with your account. See resources
the right. {{ this.resourceLocation() }}.
</p> </p>
</v-col> </v-col>
</v-row> </v-row>
...@@ -342,6 +342,9 @@ export default { ...@@ -342,6 +342,9 @@ export default {
data() { data() {
return { return {
PageMetaPartyBusOnboarding: PageMeta.PartyBusOnboarding, PageMetaPartyBusOnboarding: PageMeta.PartyBusOnboarding,
resourceLocation() {
return this.$vuetify.breakpoint.mdAndUp ? "to the left" : "above";
},
}; };
}, },
}; };
......
<template>
<div class="party-bus-onboarding-faqs">
<PageHeader>
<template slot="title">
<h1>
{{ PageMetaFaq.title }}
</h1>
</template>
</PageHeader>
<div class="container pt-0">
<div class="row justify-content-center">
<div class="col-xs-12 col-md-10 pt-0">
<FAQsSection :searchText="searchText" />
</div>
</div>
</div>
</div>
</template>
<script>
import PageHeader from "@/components/PageHeader";
import { PageMeta } from "@/constants/PageMeta";
import FAQsSection from "@/components/PartyBus/Onboarding/FAQs/FAQsSection";
export default {
name: "PartyBusOnboardingFAQs",
components: {
PageHeader,
FAQsSection,
},
data() {
return {
PageMetaFaq: PageMeta.PartyBusOnboardingFAQs,
searchText: "",
};
},
};
</script>
<style lang="scss">
.party-bus-onboarding {
.section-container {
margin-bottom: 2rem;
.registration-card {
background-color: $bottom-bg;
min-height: 350px;
color: white;
p {
color: white;
}
h4 {
color: white;
}
}
.registration-action {
margin-bottom: 30px;
h4 {
color: white;
}
}
}
}
</style>
...@@ -51,7 +51,11 @@ Cypress.Commands.add("checkLockIcons", () => { ...@@ -51,7 +51,11 @@ Cypress.Commands.add("checkLockIcons", () => {
.then((href) => { .then((href) => {
cy.log("Link text: " + link.text()); cy.log("Link text: " + link.text());
cy.log(href); cy.log(href);
if (href.match(/(?<!(repo1|p1|login|onboarding|learn).*).dso.mil/)) { if (
href.match(
/(?<!(repo1|p1|login|onboarding|learn|sso-info).*).dso.mil/
)
) {
cy.log("Expecting lock icon..."); cy.log("Expecting lock icon...");
cy.wrap(link).within(() => { cy.wrap(link).within(() => {
cy.get(".mdi-lock").should("exist"); cy.get(".mdi-lock").should("exist");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment