Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RA-1592 : Boostrap as a foundation for Reference Application UI Project. #257

Merged
merged 2 commits into from Sep 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -61,11 +61,11 @@
<allergyuiVersion>1.8.1</allergyuiVersion>
<formentryappVersion>1.4.2</formentryappVersion>
<atlasVersion>2.2</atlasVersion>
<chartsearchVersion>2.1.0</chartsearchVersion>
<chartsearchVersion>2.3.0-SNAPSHOT</chartsearchVersion>
<appointmentschedulingVersion>1.10.0</appointmentschedulingVersion>
<appointmentschedulinguiVersion>1.9.0-SNAPSHOT</appointmentschedulinguiVersion>
<namephoneticsVersion>1.6.0</namephoneticsVersion> <!-- The omod for namephonetics is not included in the distro, but we keep the version around since it's a semi-supported add-on -->
<adminuiVersion>1.2.6-SNAPSHOT</adminuiVersion>
<adminuiVersion>1.3.0-SNAPSHOT</adminuiVersion>
<uitestframeworkVersion>2.3.0</uitestframeworkVersion>
<legacyuiVersion>1.5.0</legacyuiVersion>
<reportingcompatibilityVersion>2.0.6</reportingcompatibilityVersion>
Expand Down
Expand Up @@ -41,7 +41,7 @@ public class AppointmentBlocksPage extends Page {
//This identifier works if the calendar shows only the day
private static final By SERVICE_TITLE_OF_THE_DAY = By.className("fc-event-title");

private static final By DAY = By.xpath("/html/body/div/div[3]/div[2]/div[1]/div[2]/table/tbody/tr/td[1]/span[5]");
private static final By DAY = By.xpath("/html/body/div/div[3]/div[2]/div[1]/div[2]/div[1]/table/tbody/tr/td[1]/span[5]");

private static final By DAY_CLASS = By.className("fc-day-content");

Expand Down