-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConstants.java
More file actions
24 lines (15 loc) · 920 Bytes
/
Copy pathConstants.java
File metadata and controls
24 lines (15 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package org.contentspeed.automationtesting.Lider.src.src;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
public class Constants {
public static final String URLProdus = "https://www.heeey.ro/decoratiuni/vaze-si-boluri/bol-decorativ-aluminiu-auriu-dimensiuni-25-x-25-x-12-cm-h388.html";
public static final String URLRoot = "https://www.heeey.ro/";
public static final String URLRoot1 = "https://0741010736.websales.ro/?page=checkout#register";
public static final String URLRoot2 = "https://www.heeey.ro";
public static final String ExpecteddResultDetaliicontPage = "Panoul utilizatorului";
public static final String ExpectedComanadaFinalizata = "Comanda finalizata";
public static final String btnComanadaFinalizata = "Finalizeaza comanda";
}