You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2022. It is now read-only.
describe('The Trusted Carousel automatically rotates through all 6 slides and then started over',()=>{
40
+
it('Check the slider rotates automatically',()=>{
41
+
cy.visit('localhost:3333/partners');
42
+
cy.get('#partnersCarousel')
43
+
.contains('Ionic Framework is an open source app development platform which allows our team of developers to build and deploy high-quality cross-platform apps in record time.')
44
+
.should('exist')
45
+
.and('be.visible');
46
+
cy.wait(4000);
47
+
cy.wait(4000);
48
+
cy.wait(4000);
49
+
cy.wait(4000);
50
+
cy.wait(4000);
51
+
cy.wait(4000);
52
+
cy.get('#partnersCarousel')
53
+
.contains('Ionic Framework is an open source app development platform which allows our team of developers to build and deploy high-quality cross-platform apps in record time.')
54
+
.should('exist')
55
+
.and('be.visible');
56
+
});
57
+
});
58
+
39
59
describe('The carousel displays the correct image and content on all 6 slides',()=>{
describe('The Trusted Carousel automatically rotates through all 6 slides and then started over',()=>{
177
-
it('Check the slider rotates automatically',()=>{
178
-
cy.visit('localhost:3333/partners');
179
-
cy.get('#trusted-partners').scrollIntoView();
180
-
cy.get('[data-slide-to=0]').click();
181
-
cy.get('#partnersCarousel')
182
-
.contains('Ionic Framework is an open source app development platform which allows our team of developers to build and deploy high-quality cross-platform apps in record time.')
183
-
.should('exist')
184
-
.and('be.visible');
185
-
cy.wait(6000);
186
-
cy.get('#partnersCarousel')
187
-
.contains(
188
-
'1776 is the largest start-up incubator in the Northeast Corridor. It is a public benefit corporation that empowers start-ups by providing them with access to a global network of connections, and the intellectual and financial capital needed for them to prosper.'
189
-
)
190
-
.should('exist')
191
-
.and('be.visible');
192
-
cy.wait(6000);
193
-
cy.get('#partnersCarousel')
194
-
.contains(
195
-
'Strapi is an open source Headless CMS, used to manage content and make it available through a fully-customizable API. It is a framework designed for building practical applications and services in a matter of hours, instead of the usual weeks; saving your team precious time.'
196
-
)
197
-
.should('exist')
198
-
.and('be.visible');
199
-
cy.wait(6000);
200
-
cy.get('#partnersCarousel')
201
-
.contains(
202
-
'215Marketing is a Google Partner and full-service digital marketing agency; providing everything from traditional design to CRM implementation. Their primary focus is creating websites, effective Search Engine Marketing and measuring Return On Investment.'
203
-
)
204
-
.should('exist')
205
-
.and('be.visible');
206
-
cy.wait(6000);
207
-
cy.get('#partnersCarousel')
208
-
.contains(
209
-
'Financial GPS is a virtual accounting solution for small enterprises, that presents them with monthly reports and videos. The wonderful team at Financial GPS provides different services, including bookkeeping, payroll processing and tax preparation.'
210
-
)
211
-
.should('exist')
212
-
.and('be.visible');
213
-
cy.wait(6000);
214
-
cy.get('#partnersCarousel')
215
-
.contains(
216
-
'Drexel University and the Science Center offer an incubator and accelerator for early-stage, funded start-ups. ic@3401 is a community of experts and investors that plays an important role in the building of the collaborative culture in Philadelphia’s Innovation Neighborhood.'
217
-
)
218
-
.should('exist')
219
-
.and('be.visible');
220
-
cy.wait(6000);
221
-
cy.get('#partnersCarousel')
222
-
.contains('Ionic Framework is an open source app development platform which allows our team of developers to build and deploy high-quality cross-platform apps in record time.')
223
-
.should('exist')
224
-
.and('be.visible');
225
-
});
226
-
});
227
-
228
196
describe('The CTA displays under the carousel',()=>{
229
-
it('Check that the user is navigated to contact page',function(){
197
+
it('Check that the user is navigated to contact page',function(){
0 commit comments