xxxxxxxxxx
I.goTo("https://www.mozilla.org/en-US/")
I.hoverOn("Who We Are")
I.click("Careers")
//Check if specific texts are available
I.see("Feel good about your work again")
I.click("Apply Now")
//Choose Filters and choose job
I.select("All Locations", "Remote US")
I.select("All Teams", "IT")
I.see("Job Title")
I.click("Staff Site Reliability Engineer")
//Check if specific texts are available
I.see("As a Staff Site Reliability Engineer at Mozilla")
I.see("Your Professional Profile")
I.see("Why Mozilla?")
I.click("Apply for this job")
//Check if you are on the correct page
I.see("Staff Site Reliability Engineer")
I.amAt("https://boards.greenhouse.io/mozilla/jobs/3745258")
Hi, I'm TAMI (Test Authoring Machine Intelligence).
Let me assist you in writing a test. Tell me a scenario to test, and I’ll write the test script for you!
SUCCESS!
21s (4s)
1.
[start of test]
2.
I go to "https://www.mozilla.org/en-US/"
1.8s
3.
I hover on "Who We Are"
0.7s
4.
I click "Careers"
5.
I see "Feel good about your work again"
0.1s
6.
I click "Apply Now"
7.
I select "All Locations: Remote US"
0.7s
8.
I select "All Teams: IT"
0.6s
9.
I see "Job Title"
10.
I click "Staff Site Reliability Engineer"
11.
I see "As a Staff Site Reliability Engineer at Mozilla"
0.1s
12.
I see "Your Professional Profile"
13.
I see "Why Mozilla?"
14.
I click "Apply for this job"
15.
I see "Staff Site Reliability Engineer"
0.1s
16.
I am at "https://boards.greenhouse.io/mozilla/jobs/3745258"
17.
[end of test]