Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main/java/com/ExtramarksWebsite_Pages/AssessmentPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import ru.yandex.qatools.ashot.AShot;
import ru.yandex.qatools.ashot.Screenshot;
import ru.yandex.qatools.ashot.shooting.ShootingStrategies;

// a public method to assesment page which extends base page class
public class AssessmentPage extends BasePage {
@FindBy(partialLinkText = "Attempt Assessment")
List<WebElement> AttemptAssessment;
Expand Down Expand Up @@ -104,7 +104,7 @@ public void SubmittedForEvaluation() {
test.log(LogStatus.INFO, "No Answer Found");
}
}

// handelling exception
public void Evaluated() throws IOException, InterruptedException {
Evaluated.click();
if(ViewAssessment.size()!=0) {
Expand Down